@charset "utf-8";

/* STRUCTURE */
#header{
	/*width:1046px;
	height:20px;
	padding:10px 0;*/
	margin:0 auto;
}

#headerMenu{
	height:20px;
	padding:10px 0;
	margin-right: auto;
}

#page{
	width:1026px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;	
	padding-top:0;
	margin:0 auto;
	overflow:auto;
	/*background:white;*/
	/*border:10px solid #dddad4;*/
	/*border:2px solid #7EBCE1;*/
	
}
#footer{
	width:1026px;
	padding:25px 0;
	margin:0 auto;
}
	.content{
		width:772px;
		float:right;
		overflow:auto
	}
		.full{
			clear:both
		}

		.left{
			width:620px;
			float:left;
			overflow:hidden;
		}
			.left .left{
				float:left;
				width:232px
			}
			.left .right{
				float:right;
				width:232px
			}

		.right{
			width:147px;
			float:right;
			overflow:hidden;
		}
			.right .left{
				float:left;
				width:147px
			}
			.right .right{
				float:right;
				width:147px;
			}


	.sidebar{
		width:250px;
		float:left
	}
		.ads-one{
			width:250px;
			height:156px;
			background:url(images/thumbs/ads.jpg) top center no-repeat;
			}
		.ads-two{
			width:250px;
			height:156px;
			background:url(images/thumbs/ads2.jpg) top center no-repeat;
			}


			.panel{
				overflow:hidden;
				margin:0 0 0px 0;
			}
	
	.left-most-popular{
		width:305px;
		float:left;
		}
	
	.right-recent-discussion{
		width:305px;
		float:right;
		}