/*
red - 831200
yellow - e5a92b
warmer than butter - ffe6b1
teal - 326261
indigo - 3b3a86
*/

body {
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 13px;
	background: #e5a92b url('/images/bg.jpg') repeat-x top;
	margin: 0;
	padding: 0;
	color: #000;
	}

#wrap, #head, #content, #foot {
	margin: 0px auto !important;
	}
	
#wrap {
	background: url('/images/wrapbg.png') repeat-y top;
	padding-bottom: 8px;
	}

#head, #content, #foot, #nav {
	width: 970px !important;
	}

#head {
	padding: 0;
	}
	
#head img {
	border-bottom: 6px #000 solid;
	}
	
#head h1 {
	font-family: georgia, "times new roman", serif;
	font-size: 36px;
	font-style: normal !important;
	background: #831200;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	text-align: center;
	border-bottom: 6px #000 solid;
	padding: 3x 0;
	margin: 0;
	}
	
#content {
	clear: both;
	background: #ffe6b1;
	margin: 0;
	margin-top: 2px;
	padding: 6px 0;
	}
	
#foot {
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 0;
	clear: both !important;
	}

#nav {
	margin: 0 auto !important;
	padding: 2px 0;
	text-align: center;
	border-bottom: 6px #000 solid;
	background: #e5a92b;
	}
	
#nav a {
	font-family: "Lucida Grande", arial, sans-serif;
	margin: 0;
	padding: 2px 10px;
	color: #000;
	font-size: 16px;
	letter-spacing: .1em;
	text-decoration: none;
	text-transform: uppercase;
	border: 10px solid #e5a92b;
	border-width: 0 10px;
	}

#nav a:hover, #nav a:active {
	color: #fff;
	background: #3b3a86;
	border-color: #000;
	}

h1, blockquote {
	font-family: georgia, "times new roman", serif;
	font-style: italic;
	}
	
h1 {
	color: #831200;
	margin: 12px 16px;
	}
	
h2 {
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", verdana, arial, sans-serif;
	text-transform: uppercase;
	margin: 12px 16px;
	}
	
#content p {
	margin: 16px;
	margin-top: 0;
	line-height: 130%;
	}

#foot p {
	margin: 8px 0;
	margin-bottom: 0;
	}

#foot #addy {
	font-size: 13px;
	font-weight: bold;
	color: #e5a92b;
	text-align: center;
	text-transform: uppercase;
	}
	
blockquote {
	line-height: 150%;
	font-size: 14px;
	}
	
a {
	font-weight: bold;
	text-decoration: underline;
	}

a:link {
	color: #326261;
	}
	
a:visited {
	color: #3b3a86;
	}

a:hover, a:active {
	background: #fff;
	color: #831200;
	text-decoration: none !important;
	}
	
#foot a:link {
	color: #e5a92b;
	}
	
#foot a:visited {
	color: #ffe6b1;
	}

#foot a:hover, #foot a:active {
	color: #fff;
	background: none;
	}

.left {
	margin-right: 24px;
	margin-left: 16px;
	float: left;
	}
	
.right {
	margin-left: 24px;
	margin-right: 16px;
	float: right;
	}
	
.centered {
	margin: 0 auto 12px auto;
	text-align: center;
	}
	
#content img {
	background: #fff;
	padding: 1px;
	border: 5px solid #000;
	}
	
hr {
	border: none;
	margin: 0;
	padding: 0;
	clear: both;
	}