#wrapper {
	width: 800px;
}
#page {
	background-image: url(graphics/page_bg.gif);
	background-repeat: repeat-y;
	height: auto;
	display: block;
	width: 800px;
	background-color: #F8F4E9;
	margin: 0px;
	padding: 0px;
}
#top {
	width: 800px;
	background-image: url(graphics/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	display: block;
	float: none;
}
#govmenu {
	color: #5A3C27;
	text-align: right;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 23px;
	padding-right: 15px;
	width: 250px;
	float: right;
}
#spacer {
	clear: none;
	float: left;
}

#govmenu a{
	color: #5A3C27;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
#nav {
	width: 800px;
	display: block;
	background-image: url(graphics/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 35px;
}
img {
	display: block;
}

#nav li {
	display: inline;
	list-style-image: none;
	float: left;
	text-align: left;
}
#nav a {
	display: inline;
	list-style-image: none;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
#nav a:hover {
	color: #990000;
	text-decoration: underline;
}
#main {
	display: block;
	font-family: "Book Antiqua", Georgia, "Times New Roman", serif;
	font-size: 16px;
	color: #5A3C27;
	width: 770px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	height: auto;
	padding-top: 10px;
	margin: 0px 10px 5px 35px;
}

body {
	background-color: #010134;
	margin: 5px;
}


#footer {
	display: block;
	color: #990000;
	text-align: center;
	width: 800px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footer a{
	color: #990000;
}
#footer li{
	color: #990000;
	float: left;
	height: auto;
	width: auto;
	display: inline;
}
#center {
	margin-left: 212px;
	clear: both;
	padding-left: 25px;
}
#bottomborder{
	background-image: url(graphics/btm_border.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 8px;
	width: 800px;
	display: block;
	clear: both;
	bottom: 0px;
}
#credits {
	display: block;
	color: #FFFFFF;
	text-align: center;
	width: 800px;
	font-size: 11px;
	padding-top: 10px;
}
#credits a{
	color: #FFFFFF;
}
.pic {
	float: right;
	border: 2px solid #C8B171;
	padding: 1px;
	margin: 10px 20px 5px 15px;
	height: auto;
	width: auto;
}
.pic_border {
	border: 2px solid #C8B171;
}
.title {
	font-size: 25px;
}
