/* @override http://mairs.vernalfroth.com/style.css */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #2b6b91;
}

body {
	text-align: center;
	background: url(_images/bg.gif) top center repeat-y;
	background-color: #8b8b8b;
	font: 12pt Georgia, "Times New Roman", Times, serif;
	color: #353434;
}

h2, h3, h4, p, ul {
	margin-bottom: 15px; 
}

h2 {
	color: #be5437;
}

h3 {
	font-weight: normal;
	color: #8b5635;
}

hr {
	display: block;
	height: 20px;
	border: 0;
	border-top: 1px solid gray;
}

#content {
	padding: 4%;
	margin-bottom: 250px;
}


#content img {
	padding: 2px; 
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	margin-top: 30px;
	text-align: center;
	padding: 30px 0;
	color: #fff;
	background: #2b6b91;
}

#header {
	background: url(/_images/author.jpg) top right no-repeat; 
	padding-top: 40px;
	padding-left: 40px;
	color: #fff;
	padding-bottom: 15px;
}

#header h1 {
	height: 70px;
	background: url(_images/logo.gif) top left no-repeat;
}

#header h1 span {
	display: none;
}

#header p {
	margin: 0;
	font-size: 115%;
}

#header_wrap {
	background: #2b6b91 url(_images/header.gif) repeat-x;

}

#left {
	width: 70%;
	float: left;
}

#right {
	width: 40%;
	margin-left: 60%;
	margin-top: 40px;
}

#right li {
	list-style: none;
	margin-bottom: 3%;
	text-align: right;
}

#right li a {
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: #2b6b91;
	font-size: 120%;
}

#right li a:hover {
	color: #be5437;	
}

#subtitle {
	font-size: 90%;
	margin-bottom: 3%;
}

#wrapper {
	width: 956px;
	padding-right: 15px;
	margin: 0 auto;
	text-align: left;

}

