/* CSS Main */

body{
	background:#262323;
}

.clear{
	clear:both;
}

#wrapper{
	margin:auto;
	width:829px;/* 826px */
}

#topnav{
	background:#262323;
}

#left{
	float:left;
	width:619px;
}

#left #mainContent{
	width:443px;
	float:left;
}

#left #mainContent #mainContentInner{
	padding:8px;
}

#left #smallBanners{
	width:176px;
	float:right;
}

#right{
	float:right;
	width:210px;
}

#pagination{
	margin:auto;
	padding-top:8px;
	margin-top:16px;
	text-align:center;
	border-top:1px solid #666666;
	
	font-family:Tahoma;
	color:#999999;
	font-size:10px;
}

#pagination a{	
	font-family:Tahoma;
	color:#999999;
	font-size:10px;
	font-weight:bold;
}