#wrapper {
	width: 750px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/bannerpic.jpg);
	background-repeat: no-repeat;
	background-color: #EDE3D5;
	border: 3px solid #FFF;
}	
body {
	text-align: center;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #37484A;
}
* html body {
	font-size: x-small;
	f\ont-size: small;
}
h1 {
	font-size: 200%;
	margin-bottom: 10px;
}
h2 {
	font-size: 165%;
}
h3 {
	font-size: 130%;
}
h1, h2, h3 {
	margin-top: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 1em;
	line-height: 1.4em;
}
#content li {
	line-height: 1.4em;
	margin-bottom: 1em;
}
div#header {
	height: 150px;
}
div#header h1 {
	padding-top: 25px;
	padding-left: 50px;
	color: #335B81;
}
div#main-body {
	float: left;
	width: 600px;
}
div#content {
	float: right;
	width: 450px;
}
div#content div {
	padding: 20px;
}
div#sidebar {
	float: left;
	width: 150px;
}
div#sidebar div {
	padding: 20px 0;
	margin: 0;
}
div#sidebar2 {
	float: right;
	width: 150px;
}
div#sidebar2 div {
	padding: 20px;
}
div#footer {
	clear: both;
	padding-top: 5px;
	background: #335B81;
	text-align: center;
	height: 6em;
	color: #fff;
}
div#footer a {
	color: #fff;
	text-decoration: none;
}
/*
#navlist {
	width: 150px;
	list-style-type: none;
}
#navlist li a {
	text-decoration: none;
}
*/
#nav {
	float: left;
	width: 120px;
	padding-top: 10px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	text-decoration: none;
	font-weight: bold;
	color: #006f8b;
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	margin-left: 10px;
}
#nav ul a:hover {
	background: #006f8b;
	color: #fff;
}
#nav img {
	margin-left: 30px;
	margin-top: 30px;
}
blockquote {
	padding: 0;
	margin: 0;
}
/*
#nav {
width: 80%;
margin: 0 auto;
padding: 0;
font-family: georgia, serif;
font-size: 13px;
text-align: center;
text-transform: lowercase;
}

ul#navlist {
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}
ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}
ul#navlist li a {
display: block;
width: 100%;
padding: 0.5em 0 0.5em 2em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #335B81;
text-decoration: none;
background: transparent;
}
#nav>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: #f7f2ea;
border-color: #aaab9c #fff #fff #ccc;
}
#nav img {
	padding-top: 20px;
}
*/