/* CSS Document */

#font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	

}


#wrapper {
	height : 100%;
	overflow : hidden;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


.nav {
	height: 125px;
	width: 900px;
	margin: auto;
	background-image: url(../images/hashlines.png);
	background-repeat: no-repeat;
	background-position: bottom;
}



.navleft {
	float: left;
	height: 80px;
	width: 100px;
	margin-top: 12px;
	margin-left: 28px;

}


.navright {


}


.nav a {


}


.nav a:hover, a:focus, a:active {


}


.flashcontent {
	margin: auto;
	height: 500px;
	width: 900px;
}




.content {



}


.contentright {


}


.contentleft {

}


.footer {
	margin: auto;
	height: 150px;
	width: 900px;
	background-color: #333333;
}
