html {
}

body {
	font-family: Helvetica, Arial, Verdana;
	padding-top: 20px;
	background-color: #636363;
}

#header {
	width: 864px;
	height: 434px;
}

#content {
	background-color: #FFFFFF;
	color: #000000;
	width: 864px;
}

#logo {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}

#nav {
	width: 245px;
	float:left;
	text-align: right;
	padding-right: 0px;
	margin-top: 45px;
	margin-bottom: 45px;
}

#nav a {
	font-family: "Arial Black", Helvetica, Arial, Verdana;
	font-size: 18px;
	color: #777777;
	text-decoration: none;
	line-height: 22px;
}

#nav a.on {
	color: #3D3D3D;
}

#nav a:hover {
	color: #CCCCCC;
}

#body {
	width: 500px;
	float: right;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	padding: 33px 46px 35px 20px;
	min-height: 600px;
	height:auto !important;
	height: 600px;
}

#body a {
	color: #777777;
	text-decoration: none;
}

#body p {
	text-align:justify
}

#footer {
	background: #FFFFFF;
	color: #6b6b6b;
	font-size: 10px;
}

#footer a:link, #footer a:hover, #footer a:visited {
	color: #6b6b6b;
	text-decoration: none;
}

#footer a:hover {
	color: #d11414;
}




#footerb {

	color:#999999;
	font-size: 10px;
}

#footerb a:link, #footerb a:hover, #footerb a:visited {
	color: #999999;
	text-decoration: none;
}

#footerb a:hover {
	color:#FFFFFF;
}

/* Misc */
.clear {
	clear: both;
}
