@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-color: #f2f0e5;
}

#header {
	background-repeat: no-repeat;
	height: 228px;
	margin-bottom: 0px;
}
#wrapper {
	width: 875px;
	padding: 0px;
	border-left: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	background-image: url(../images/bg.gif);
	margin-left: 58px;
}
#topnav {
	height: 60px;
	margin: 0;
	padding: 0;
}
#outerwrapper {
	background-image: url(../images/wood.jpg);
	position:absolute;
	left:50%;
	margin-left:-500px;
	width: 1000px;
}

#content {
	background-image: url(../images/grade.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #572F13;
	padding: 10px;
	margin-bottom: 20px;
}

.text {
	padding-right: 15px;
	text-align: justify;
}

.equipmentlist {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 8px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bdaf8b;
	vertical-align: top;
}

.images {}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #894000;
	font-weight:bold;
}
h4 {}

#content a, #content a:link {
     color: #000000
}

#content a:active{
     color:#000000
}

#content a:visited {
     color: #000000
}

#content a:hover {
     color: #0000FF
}

#footer {
	background-color: #264746;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 195px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7a9898;
	text-align: center;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #7a9898;
	text-decoration: none;
}
#footer a:hover {}

.hr {
	margin-bottom: 8px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bdaf8b;
}

