﻿body,
html {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	color:#000;
	background:#c5b896;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
body {
	font-size: 62.5%;
}
h1 {
	margin: 0;
}
h2 {
	margin-top:0;
}
h3 {
	margin-bottom:0;
}
h4 {
	font-size: 110%;
	margin: 0;
}
p {
	margin-top: 0;
}
#page {
	width:850px;
	margin:0 auto;
	background:#ede2ca;
	font-size: 1.3em;
	min-height: 100%;
	border-left: 2px #663300 solid;
	border-right: 1px #663300 solid;
}
#header { 
	padding:5px 10px; 
	background: #000;
	color: #FAE805;
	font-family: "Century Gothic";
}
#header h1 {
	font-weight: normal;
	font-variant: small-caps;
	font-size: 24pt;
}
h2 {
	font-variant: small-caps;
}
#nav { 
	padding:0 10px; 
	background:#887244;
	text-align: center;
	border-bottom: 1px #3e1f00 solid;
}
#nav ul { 
	margin:0; 
	padding:0; 
	list-style:none;
} 
#nav li { 
	display:inline-block; 
	margin:0 0 0 -4px;
	border-right: 1px #3E1F00 solid;
	width: 90px;
	background: #AE904A;
	color: #FBEC39;
	padding: 6px;
	font-variant: small-caps;
	font-size: 14px;
}
#nav li:first-child {
	border-left: 1px #3e1f00 solid;
}
#nav a {
	color: #fc0;
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
	margin: -6px;
	padding: 6px;
	width: 100%;
	background: #887244;
}
#nav a:hover {
	background: #000;
}
#nav li{position: relative;}
#nav ul ul li a:first-child {padding-bottom:7px}
#nav li ul {
	position: absolute;
	top: 28px;
	left: 3px;
	display: none;
}


#nav li ul li {
	border-left: 1px #3E1F00 solid;
	border-bottom:  1px #3E1F00 solid;
	margin-top: 0px;
}
#nav li ul li:first-child {margin-top:0}
#nav li:hover ul {display: block}
#main {
	padding:10px;
}
img {
	
}
a {
	color: #6F4802;
}
table {
	font-size: 13px;
	border: 1px #402000 solid;
	border-bottom:0;
	background: #c5b896;
	text-align: left;
}
tr:first-child td {
	background: #402000;
	color: #fbec39;
	font-variant: small-caps;
	font-weight: bold;
}
td {
	border-bottom: 1px #402000 solid;
	padding: 4px;
}
table a {
	color: #663300;
}
#footer {
	clear: both;
}