@charset "UTF-8";
body {
	text-align: justify;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0px;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-variant: small-caps;
	text-align: center;
	font-weight: bold;
	font-size: 50px;
	padding-top: 20px;
}
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-variant: small-caps;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	padding-top: 10px;
}
h3 {
	font-size: 30px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0;
}
h4 {
	font-size: 20px;
	font-weight: bold;
}
p {
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
}

ul {
	list-style-type: none;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
}
#wrapper {
	margin: 0 auto;
	width: 896px;
}
#wrapper #header {
	margin: 0px;
	height: 199px;
}
#wrapper #content {
	background-color: #000;
	margin: 0;
	padding: 40px 20px 10px 20px;
}
#navdiv {
	height: 36px;
}
#nav {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 16px;
}
#nav li {
	margin: 0px;
	float: left;
	width: 112px;
}
#nav a {
	display: block;
	padding: 0.2em 0 0 0;
	border-width: 2px;
	border-style: solid;
	height: 30px;
	color:#FFF;
	text-decoration: none;
}
#nav li ul {
	display:none;
}
#nav li:hover ul, #nav li:focus ul {
	position:absolute;
	display:block;
}
#nav li ul li {
	float:none;
	margin-left: -40px;
}
#footer {
	height:174px;
	background-color: #000;
	background-image: url(../Images/footer.jpg);
	margin: 0px;
	background-repeat: no-repeat;
	clear: both;
}
#wrapper #footer p {
	padding: 130px 50px 0 0;
	text-align: right;
	color: #B28A34;
}
#dormouse:link  {
	color: #B28A34;
	text-decoration: none;
}
