@charset "UTF-8";
/* CSS Document */

#container {
	margin: 0 auto 0 auto;
	width:720px;
}
#header {
	width:100%;
	height:100px;
}
	#header-logo {
		float:left;
		width:200px;
		height:100%;
	}
	
	#header-buttons {
		float:left;
		width:520px;
		height:100%;
	}
	

#buttons {
	width:100%;
	height:35px;
	background-image:url(../images/pageelements/button-background.gif);
}

#middle {
	width:100%;
	height:285px;
background-color:green;
}
	#middle-nav {
		float:left;
		width:200px;
		height:285px;
		background-color:#868889;
		background-image:url(../images/pageelements/middle-nav.gif);
}

	#middle-nav img {
		vertical-align:baseline;

}	
	#middle-content {
		float:left;
		width:520px;
		height:285px;
		background-color:#FF0000;
	}

	#maintext {
		clear:both;
		left:200px;
		width:250px;
		height:185px;
	}




#bottom {
	width:100%;
	height:160px;
}

	#bottom-left {
		float:left;
		width:200px;
		height:160px;
		background-image:url(../images/pageelements/bottom-left.png);		
	}
	
	#bottom-left-grey {
		float:left;
		width:200px;
		height:160px;
		background-image:url(../images/pageelements/bottom-left-grey.png);		
	}
	
	#bottom-content {
		float:left;
		width:720px;
		height:160px;
	}

	#bottommain-content {
		float:left;
		width:480px;
		background-color:#FFFFFF;
		height:160px;
		padding-left:20px;
		padding-right:20px;
	}
	

#footer {
	width:100%;
	height:80px;
}


#middlefullcontent {
	width:100%;
	height:445px;
}

#middlenavcontainerfullcontent {
	width:200px;
	height:445px;
	float:left;
}
		
	#middle-navfullcontent {
		float:left;
		width:200px;
		height:285px;
		background-color:#868889;
		background-image:url(../images/pageelements/middle-nav.gif);		
	}
	#bottom-leftfullcontent {
		float:left;
		width:200px;
		height:160px;
		background-image:url(../images/pageelements/bottom-left.png);		
	}
	
	#middle-contentfullcontent {
		float:left;
		width:480px;
		height:445px;
		background-color:#FFF;
		padding-left:20px;
		padding-right:20px;
		background-image:url(../images/pageelements/content-middle-bgrnd.gif);
		background-repeat:no-repeat;
	}
#hot-news 
{text-decoration:none;
float:inherit;
width:160px;
height:20px;
padding-top:2px;
padding-left:5px;
font-size: 10px;
color:#000000;
}

#hot-news a
{
color:#000000;
}
