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

#navigation a:link {text-decoration:none; color:#000000;  }
#navigation a:visited {text-decoration:none;  color:#000000; }
#navigation a:hover {text-decoration:none; color:#800000;}
#navigation a:active { text-decoration:none; color:#800000;}
a:link {color:#000000;}    /* unvisited link */
a:visited {color:#000000;} /* visited link */
a:hover {color:#800000;}   /* mouse over link */
a:active {color:#800000;}  /* selected link */

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; */
}
#left-content2 {
	float: left;
	min-height: 250px;
	width: 550px;
	margin-left: 15px;
	margin-top: 10px;
border-right: 1px solid #CCCCCC; 
}
#right-content2 {
	float: left;
	min-height: 250px;
	width: 320px;
	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;}

