@charset "UTF-8";

body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#f6eeca;
	text-align: center;
	color:#333;
	line-height:1.7em;
	font-size: 62.5%; /* Resets 1em to 10px */
}

#wrapper {
	background:url(images/bg.gif) repeat-y top center;
	display: block; 
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:0;
	border:1px solid transparent;
}

/* HEADER */

#header {
	margin:0;
}

#header div {
	vertical-align:text-bottom;
}

/* LISTS */

ul {
font-size:1.1em;
line-height:1.6em;
list-style: none;
margin: 0 0 20px 8px;
padding-left: 1em;
text-indent: -1em;
padding-top:0;
}

blockquote {
font-family:Georgia, "Times New Roman", Times, serif;
width:26em;
max-width:90%;
float:left;
font-size:1.5em;
line-height:1.4em;
border-top: 1px dotted #955828;
border-bottom: 1px dotted #955828;
padding: 16px;
margin:8px 16px 0 0;
background-color: #fff7d4;
}

/* MENU */

#menu{
	background:url(images/menu-bg.gif) repeat-x;
}

#menu ul{
	margin: 0 auto;
	padding-top:10px;
	padding-bottom:10px;
	list-style: none;
	list-style-type: none;
	font-size: 1.1em;
	font-family:"Gill Sans", "Times New Roman", Times, serif;
	font-weight:normal;
	text-transform:uppercase;
}

#menu li{
	display: inline;
}

#menu ul li{
	margin: 0 14px 0 14px;
}

#menu ul li a{
	text-decoration: none;
	color:#fff;
	font-weight:normal;
}

#menu ul li a:hover{
	background:none;
	color:#ebca8a;
}

#menu ul li.current_page_item{
	color:#00607c;
}

#menu ul li.current_page_item a{
	color:#00607c;
}

/* MAIN */

#content {
	border: none;
	margin: 0 40px;
}

.rightpics {
border:1px solid #955828;
padding:4px;
clear:both;
float:right;
margin: 0 0 20px 20px;
}

#header img {
border:none;
padding:0;
float:none;
margin:0;
}

#main {
padding:20px 0 0 0;
}

.pics {
margin:0;
padding:0;
}

.pics img {
border:1px solid #955828;
padding:4px;
margin: 6px 0 0 14px;
}

.cell {
float:right;
}

.both {
	margin: 0;
	padding: 0;
	clear: both;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

#footer {
background:url(images/footer-bg.gif) no-repeat top center #f6eeca;
text-align:center;
color:#a86b3b;
margin: 0 0 16px 0;
padding: 18px 0 10px 0;
font-size:.8em;
}

#footer-text {
text-align:left;
margin:0 auto;
width:720px;
}

#footer a{
color:#a86b3b;
}

/* GENERAL TYPEOGRAPHY */

p {
font-size:1.3em;
line-height:1.7em;
}


h1, h2, h3, h4 {
font-family:Georgia, "Times New Roman", Times, serif;
color:#955828;
line-height:1.1em;
}

h1 {
font-weight:normal;
text-align:center;
font-size:2.7em;
}

h2 {
margin-top:0;
padding-top:0;
font-weight:normal;
font-size:2.3em;
}

h3 {
font-weight:normal;
font-size:1.7em;
}

h4 {
font-weight:bold;
font-size:1.2em;
margin:0 0 .5em 0;
}

/* GENERAL LINKS */

a {
color:#345aa9;
text-decoration:none;
font-weight:bold;
}

a:hover {
color:#955828;
background-color:#f6eeca;
text-decoration:underline;
font-weight:bold;
}

a:visited {
color:#9f561d;
font-weight:bold;
}