body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #666633;
}
#container {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
}
#details {
	font-size: 10px;
	text-align: right;
	padding: 10px;
}
#header {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 180px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF; 
}
#nav {
	height: 20px;
	background-color: #465E2E;
	filter: alpha(opacity=69);
	opacity: 0.69;
	position: relative;
	top: 140px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}
#nav a:link, #nav a:visited {
	text-align: center;
	padding: 8px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#nav a:hover {
	background-color: #C1946B;
	text-align: center;
	padding: 8px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main {
	font-size: 12px;
	text-align: left;
	padding: 15px;
	color: #FFFFFF;
}
.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
input.description {
	font-size: 11px;
	background-color: #DFC8B3;
	color: #666633;
}
select.description {
	font-size: 12px;
	background-color: #DFC8B3;
	color: #666633;
}
.list1 {
	background-color: #AAAA55;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #000000;
}
.descriptionnotes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.list2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #000000;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#navigation {
   margin: 0;
   padding: 0;
   list-style-type: none;
   float: right;
}
#navigation a {
   background: #675C32;
   color: #FFFFFF;
   font-size: 10px;
   display: block;
   width: 150px;
   margin-bottom: 2px;
   border-left: 5px solid #DFC8B3;
   border-top: 1px solid #DFC8B3;
   border-bottom: 1px solid #DFC8B3;
   border-right: 1px solid #DFC8B3;
   padding-left: 10px;
}
#navigation a:hover {
   background: #666633;
   color: #FFFFFF;
   text-decoration: none;
   border-left: 5px solid #FFFFFF;
   border-top: 1px solid #FFFFFF;
   border-bottom: 1px solid #FFFFFF;
   border-right: 1px solid #FFFFFF;
}