body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FF5812;
}

#header {
	background-image: url(/images/fcc_header_back.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	height: 231px;
}

#header_nav ul {
	margin: 0px;
	margin-left: 70px;
	padding: 0px;
	list-style-type: none;
}

#header_nav li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#mainbody_container {
	background-color: #fff;
}

#mainbody {
	width: 515px;
	padding-left: 30px;
	padding-right: 10px;
	text-align: left;
	background-color: #fff;
	min-height: 500px;
}

#footer_right {
	border: 1px solid #e5e5e5;
	position: absolute;
	left: 555px;
	top: 200px;
	width: 191px;
	background-color: #fff;
}

#footer {
	
}

#footer_nav {
	width: 515px;
	text-align: center;
	padding-top: 20px;
	color: #fff;
}

a {
	text-decoration: none;
	color: #006699;
	font-size: 10px; 
	font-family: verdana;
}
a:hover{
	color:#0F2A46;
}
