﻿body {
	margin: 0px;
	background-color: #800000;
	margin:0;
	padding:20px;
	background:#888;
	color:#000;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#header {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: 99%;
	height: 153px;
	background-repeat: no-repeat;
	background-color: #800906;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-image: url(../images/headerphotos.jpg);
	background-position: 150px;
}
#headerimg {
	border: none;
}
#middle {
	border: medium solid #000000;
	background-color: #C0C0C0;
	position: relative;
	width: 99%;
}
#footer {
	background-color: #800000;
	color: #C0C0C0;
	text-align: center;
	height: 25px;
	width: 99%;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	position: relative;
}
#content {
	margin: 0px 0px 0px 150px;
	padding: 10px;
	background-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: medium;
	border-left-color: #000000;
	height: 1%;
	}
#nav {
	position: absolute;
	width: 150px;
	left: 0px;
}
#subheader {
	background-color: #000080;
	color: #FFFFFF;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	width: 99%;
	padding-top: 5px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
#nav a {
	padding: 10px;
	color: #000000;
	text-decoration: none;
		font-size: large;
	display: block;
	font-weight: bold;
}
#footer a {
	color: #C0C0C0;
	text-decoration: none;
		font-size: small;
	}
#nav a:hover {
	background-color: #800000;
	color: #C0C0C0;
	text-decoration: none;
}
