html {
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}

body {
	font-family: Arial, verdana, sans-serif;
	font-size: .9em;
}

a {
	color: #7893A6;
	text-decoration: none;
	border-bottom: 1px dotted gray;
}

a:hover {
	color: #ccc;
}

div#wrapper {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

div#page_header {
	background-image: url(../images/header_background.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 1em;
	position: relative;
	margin-top:10px;
}

div#page_header a {
	color: white;
	text-decoration: none;
}

div#page_header h1 {
	background-image: url(../images/logo.png);
	width: 189px;
	height: 102px;
	margin-left: 1em;
}

div#page_header h1 span {
	display: none;
}

div#page_header h2 {
	position: absolute;
	text-align:center;
	left: 275px;
	top: 10px;
	color: #8F2B18;
	font-size: 1.5em;
}

div#page_header p#search_box {
	position:relative;
font-size:80%;
text-transform:none;
}

div#page_header div#search_box p {
	
}

.magnify{
	 
}

.magnify input{
	
}

div#page_header ul#nav li {
	float: left;
	margin-right: 2em;
}

div#page_header ul#nav li a:hover {
	color: #e7e7e7;
}

div#page_header ul#nav {
	position: absolute;
	bottom: 8px;
	left: 190px;
	font: bold 1.2em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	text-transform:uppercase;
}

#banner{
	position:absolute;
	top:5px;
	right:0;
}

div#page_header ul#nav a{
	border:none;
}

div#page_content div#right_bar {
	float: right;
	width: 190px;
	text-align: center;
	padding-top: 1em;
}

div#page_content div#right_bar img {
	margin-bottom: 10px;
	margin-top:10px;
}

div#page_content div#right_bar a{
	border:none;
}

div#page_content div.content {
	padding-top: 1em;
	color: #4D4D4D;
	min-height: 350px;
}

div#page_content div.content p {
	margin-bottom: .75em;
	line-height: 1.25em;
}

div#page_content div.content h2, div#right_bar h2 {
	font-size: 1.5em;
	color: #558FB7;
	margin-bottom: .5em;
}

div#right_bar h2 {
	text-decoration: underline;
}

div#page_content div.content h3 {
	font-size: 1.2em;
	color: #558FB7;
	margin-bottom: .5em;
}

div#page_footer {
	background-image: url(../images/header_background.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: 1em;
	color: white;
	text-align: center;
	margin-top: 1em;
}

div#page_footer p#subscribe {
	color: black;
	margin-bottom: 1.5em;
	display: inline-block;
	position: relative;
}

div#comments {
	float: right;
	width: 350px;
}


label.overlabel-apply {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
	color: #999;
}

ul#footer_links {
	text-align: center;
}

ul#footer_links li {
	margin-top: .5em;
}