@charset "UTF-8";
#header {
	height: 170px;
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 5px;
}
#wrapper {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #1e6FA4;
	background-color: #FFFFFF;
	background-image: url(../graphics/backdrop_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#content {
	float: left;
	width: 440px;
	/*background-image: url(graphics/plates.jpg);*/
	background-repeat: no-repeat;
	background-position: -60px 50px;
	margin-top: 0px;
	padding-left: 180px;
	padding-right: 20px;
}
#content img {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 40px;
}
#right_col {
	width: 220px;
	padding-right: 30px;
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.4em;
	font-weight: bold;
	color: #000000;
	padding-top: 22px;
}a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #0083B5;
}
a:active {
	color: #0083B5;
}
#hp_nav {
	float: right;
	padding-top: 50px;
	width: 500px;
}
#hp_nav li a {
	font-size: 1.2em;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#logo_hp {
	float: left;
}
