/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper{
	width:975px;
	margin:auto;
}
#header{
	width:975px;
	height:70px;
	background-image:none;
	color:#000000;
	font-size:20px;
	font-weight:bold;
}
#nav{
	width:975px;
	height:90px;
	position:absolute;
	left:-2000px;
}
#controls_container{
	width:975px;
	height:0px;
	font-size:1px;
	color:#FFFFFF
	font-weight:bold;
	position:absolute;
	left:-2000px;
}
#content_container #news_container #news_top{
	background-image:none;
	text-align:center;
	font-size:12px;
	color:#000000;
}
#content_container #news_container #news_main{
	background-image:none;
}
#content_container #news_container #news_bottom{
	height:0px;
	background-image:none;
}
#footer #web_res{
	position:absolute;
	left:-2000px;
}
#footer #bottom_nav{
	position:absolute;
	left:-2000px;
}