/* CSS Document */
 #wrapper{ 
	width:985px; 
	text-align: -moz-center; 
	margin-left: auto;
	margin-right: auto;
}
#banner{
	width: 980px;
	height: 120px;
	background: #fff;
}
#logo{
	float: left;
	margin-left: 4px;
}
#flashbanner{
	clear: both;
	width: 983px;
	height: 132px;
}
#flash{
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	
}
#divider{
	width: 975px;
	background: #fff;
	height: 4px;
	font-size: 4px;
}
#contentarea{
	clear: all;
	width: 983px;
	min-height:320px;
  height:auto !important;
  height:320px;

}
#content{
	width: 436px;
	float: left;
	background: #fff;
	text-align: left;
	padding: 6px 10px;
}
#leftbar{
	width: 175px;
	float: left;
	margin-left: 4px;
	text-align: left;
}
#rightbar{
	width: 308px;
	float: right;
	text-align: left;
}
#red_box{
	width: 288px;
	padding: 10px;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #ffffff;
	text-align: left;
}
#news_box{
	width: 156px;
	padding: 10px;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #666666;
	text-align: left;
	border-bottom: 4px solid white;
	background: #D8D8D9;
}
#footer{
	clear: both;
	width: 965px;
	background: #000000;
	height: 50px;
	font-size: 10px;
	color: white;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
	text-align: right;
	line-height: 50px;
	padding-right: 10px;
	bottom: 0px;
}
