@charset "utf-8";


html{

	height:100%;

	overflow-y:auto;

}


body {

	height:100%;

	text-align:center;
	
	font-size:13px;
		
	background-repeat:repeat;
		
}


h1
{

	margin-top:0px;

	font-size:140%;
	
	font-family:Franklin,Helvetica;
	
	font-weight:normal;
	
	color:#820010;
	
}


a:link,  a:visited, a:active {

	text-decoration:none;
	
	color:#2D73B9;

}



a:hover {

	color:#820010;
	
}



a img{

	border:none;

}



#wrapper{

	position:relative;
			
	width:960px;
	
	height:100%;
	
	border:solid 0px black;
	
	margin-top:10px;
	
	margin-left:auto;
	
	margin-right:auto;

	background-color:#FFFFFF;
	
}

#header{

	width:960px;

	height:178px;

	background-color:#FFFBC6;
	
	background-image: url(images/header.jpg);

	z-index:100;
	
	font-size:110%;
}

#desc{

}


#nav{

	position:relative;
	
	top:125px;
	
	width:660px;
	
	text-align:left;
	
	padding-left:305px;
	
	z-index:100;
	
}

#sectionImage{

	position:absolute;
	
	left:0px;
	
	top:0px;
	
	text-align:left;

	padding-left:30px;
		
	width:250px;
			
	font-family:verdana;
	
	font-size:11px;
	
}

#footer{

	position:absolute;
	
	top:200px;
	
	left:30px;
	
	text-align:left;
	
}

#content{
	
	position:relative;

	left:0px;
	
	min-height:280px;
	
	width:628px;
	
	border-right:solid 1px black;

	border-left:solid 1px black;

	border-bottom:solid 1px black;

	text-align:left;

	padding-top:30px;
	
	padding-left:300px;

	padding-right:30px;
	
	padding-bottom:30px;
	
	font-family:Verdana,Tahoma,Helvetica,sans-serif;
	
	font-size:90%;
	
	clear:both;
		
}