@charset "utf-8";

/* STRUCTURE */
#header{
	width:760px;
	height:250px;
	padding: 0;
	margin:0 auto;
}
#page{
	width:760px;
	padding:10px;
	margin:0 auto;
	overflow:auto;
	background:white;
}
#footer{
	background:url(images/bgFooter.png) no-repeat;
	width:780px;
	padding:0;
	margin:0 auto;
}
	.content{
		width:564px;
		float:right;
		overflow:auto
	}
		.full{
			clear:both
		}

		.left{
			width:558px;
			float:left;
			overflow:auto;
		}
			.left .left{
				float:left;
				width:232px
			}
			.left .right{
				float:right;
				width:232px
			}

		.right{
			width:210px;
			float:right;
			overflow:auto
		}
			.right .left{
				float:left;
				width:130px
			}
			.right .right{
				float:right;
				width:166px
			}


	.sidebar{
		width:190px;
		float:left;
		background:url(images/menuBg.jpg);
	}


			.panel{
				overflow:hidden;
				margin:0 0 4px 0;
			}