@charset "utf-8";
/* (C) John Sanderson 2009 */

body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#navigation li a {
	display: block;
	background-image: url(img/tabs.png);
	background-repeat: no-repeat;
	background-position: -30px top;
	height: 34px;
	float: left;
	font-size: 16pt;
	color: #000;
	text-decoration: none;
	line-height: 34px;
	padding-right: 10px;
	padding-left: 10px;
}
#header a {
	display: block;
	height: 100%;
	width: 100%;
}
#content {
	background-color: #BEAD8E;
	width: 756px;
	border: 2px solid #000;
	padding: 20px;
}
#footer {
	font-size: 12px;
	color: #BEAD8E;
	display: block;
	margin-top: 10px;
}
#navigation li a:hover {
	text-decoration: underline;
}
#navigation #lastnav .spacer {
	background-image: url(img/tabs.png);
	background-repeat: no-repeat;
	background-position: right top;
}
h1 span {
	font-size: 1px;
	visibility: hidden;
	display: none;
}
#container {
	width: 800px;
	margin: 20px auto 0 auto;
}
#header {
	background-image: url(img/hb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 121px;
	width: 800px;
}
#logo {
	background-image: url(img/hf.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: -9px;
	position: relative;
	top: -10px;
	height: 142px;
	width: 820px;
}
#navigation li {
	list-style-type: none;
	float: left;
	height: 34px;
}
#navigation #firstnav {
	background-image: url(img/tabs.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation #firstnav a {
	margin-left: 14px;
}
#navigation li .spacer {
	background-image: url(img/tabs.png);
	background-repeat: no-repeat;
	background-position: -14px;
	height: 34px;
	width: 16px;
	float: left;
}
#navigation ul {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}