@charset "utf-8";

/* STRUCTURE */
#header{
	width:1046px;
	height:20px;
	padding:10px 0;
	margin:0 auto;
}
#page{
	width:1026px;
	padding:10px;
	margin:0 auto;
	overflow:auto;
	background:white;
	border:10px solid #dddad4;
}
#footer{
	width:1026px;
	padding:25px 0;
	margin:0 auto;
}
	.content{
		width:772px;
		float:right;
		overflow:auto
	}
		.full{
			clear:both
		}

		.left{
			width:468px;
			float:left;
			overflow:auto;
		}
			.left .left{
				float:left;
				width:232px
			}
			.left .right{
				float:right;
				width:232px
			}

		.right{
			width:300px;
			float:right;
			overflow:auto
		}
			.right .left{
				float:left;
				width:130px
			}
			.right .right{
				float:right;
				width:166px
			}


	.sidebar{
		width:250px;
		float:left
	}


			.panel{
				overflow:hidden;
				margin:0 0 4px 0;
			}