@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#main_menu {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#main_menu #header {
	height: 50px;
	background-color: #333333;
	background-image: url(../images/headers/navbar.gif);
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main_menu #nav_bar {
	background-color: #000000;
	height: 20px;
}
#main_menu #logo {
	background-color: #000000;
	height: 93px;
}
#main_menu #left {
	width: 440px;
	float: left;
	background-color: #FFFFFF;
	padding: 20px;
}
#main_menu #right {
	width: 280px;
	background-color: #FFFFFF;
	float: right;
	padding: 20px;
}
#main_menu #footer {
	height: 50px;
	background-color: #000000;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
}
#main_menu #footer #altnav {
	float: right;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #db6d16;
}


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

