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

#navigation a:link {color:#000000; 	 text-decoration:none;}
#navigation a:hover {color:#999999;	text-decoration: none; }
#navigation a:visited {text-decoration: none; }

body {margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}

#wrapper {
	width: 920px;
	margin: 0px auto;
	text-align: center;
}


#sitebody {
width: 920px;
margin: 10px auto;
text-align: center;
float: left;
}

#header {
	width: 920px;
	height: 245px;
	margin-bottom: 10px;
	margin-right: 10px;}

#navigation {
width: 920px;
height: 35px;
text-align: center;
float: left;
border-bottom: 1px solid #CCCCCC;

}

#heading {
width: 905px;
height: 28px;
float: left;
text-align: left;
font-size: 20px;
font-weight: bold;
margin-top: 10px;
padding-left: 15px;

}

#content {
width: 920px;
height: auto;

float: left;
text-align: left;
}



#left-content {
	float: left;
	min-height: 250px;
	width: 435px;
	margin-left: 15px;
	margin-top: 10px;
border-right: 1px solid #CCCCCC; 
}

#right-content {
	float: left;
	min-height: 250px;
	width: 435px;
	margin-left: 15px;
	margin-top: 10px;
		/*border: 1px solid #CCCCCC; */
}

#footer {
width: 920px;
height: 15px;
float: left;
margin-top: 10px;
padding-top: 5px;
font-size: 10px;
border-top: 1px solid #CCCCCC;
}

.nav {text-align: center;
	margin-top: 8px;}
	
a img {border: none;}