﻿body {
	background: #fff url(imgs/stripes.png) fixed;
	margin: 0px 0px 0px 0px;
	padding: 10px;
}

#container {
	position: absolute;
   background: #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 60px;
	border: solid 6px #c5b481;
	border: solid 6px #004080;
	width: 800px;
min-height: 500px;
}

#header {
	background-color: #ffffff;
	background-image: url(imgs/header.jpg);
	background-repeat: no-repeat;
	background: #FFFFCC;
	background-position: center right;
	text-align: left;
	font: 58px trebuchet, arial, sans-serif;
    color: #373789;
	font-weight: bold;
	padding: 6px 20px 12px 20px;
	border-bottom: solid 1px #000;
}


#slogan {
font-size: 20px;
font-style: italics;
margin-top: 0px;
}

#bar {
	background-color: #f7f4ee;
	text-align: left;
	letter-spacing: 2px;
	padding: 14px 12px 14px 12px;
	border-bottom: solid 1px #000;
	font: 11px trebuchet, arial, sans-serif;
}

#box {
	padding: 0px;
	border: none;
}

#main {
	position: relative;
	width: auto;
	min-width:120px;
	margin: 0% 22% 0% 22%;
	background: #ffffff;
	font: 12px verdana,arial,helvetica,sans-serif;
	padding: 12px 20px 60px 20px;
	border-right: solid 1px #f7f4ee;
	border-bottom: solid 1px #f7f4ee;
}

#leftbox {
	position: relative;
	float: left;
	background-color: #ffffff;
	font: 11px verdana,arial,helvetica,sans-serif;
	margin: 0px;
	padding: 12px 12px;
	width: 20%;
}


#rightbox {
	position: relative;
	float: right;
	background-color: #ffffff;
	font: 11px verdana,arial,helvetica,sans-serif;
	margin: 0px;
	padding: 12px 12px;
	width: 20%;
}
#main ul {
	list-style-type: circle;
}

a:link { 
	text-decoration: none;
	color: #917d44;
}

a:visited { 
	text-decoration: none;
	color: #917d44;
}

a:hover, a:active { 
	text-decoration: none;
	border-bottom: 1px dotted; 
	color: #917d44;
}

h1 {
	font: bold 20px garamond,times,serif;
	color: #FE6600;
	color: #917d44;
	margin-left: 0px;
	margin-right: 30px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
}

h2 {
	font-family: garamond,times,serif;
	font-size: 16px;
	color: #333333;
	color: #0000C0;
	color: #676799;
	padding-top: 5px;
	margin-left: 0px;
	margin-right: 30px;
	text-align: left;
	border-bottom: 0px solid #dcd2b6;
}
h3 {
	font-family: garamond,times,serif;
	font-size: 14px;
	color: #004080;
	padding-top: 5px;
	margin-left: 0px;
	margin-right: 30px;
	text-align: left;
	border-bottom: 0px solid #dcd2b6;
}


