﻿body {
	text-align: center;
	background-color: #B99A61;
	margin: 0;
	padding: 0;
	border: 0;
}
#page {
	text-align: center;
	width: 96%;
	margin: 10px auto;
	border-top: 2px solid #550000;
	border-bottom: 2px solid #550000;
	border-left: 2px solid #550000;
	border-right: 2px solid #550000;
	background-color: #01002A;
	 min-width:800px;
}
#header {
	text-align: center;
	width: 100%;
	height: 200px;
	background-image: url('../graphics/qhslogohorse.gif');
	background-repeat: no-repeat;
}
#header p{
 float:right;
}

#nav {
	width: auto;
	clear: both;
	overflow: auto;
	width: 100%;
	text-align: center;
	background-color: #550000;
	color: #B99A61;
}
/* Styles for navbar */
#nav ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
}
#nav a {
	color: #B99A61;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 4px;
	font-weight: bold;
	border-right: solid 1px #B99A61;
}
#nav a:hover {
	background-color: #B99A61;
	color: #01002A;
	text-decoration: none;
}
#menutd {
	background-color: #01002A;
	width: 200px;
}
#menu ul {
	list-style-type: none;
	text-align: left;
}
#menu li {
	width: 100%;
	text-align: left;
	color: #ffffff;
}
#menu a {
	width: 100%;
	text-align: left;
	text-decoration: none;
	color: #B99A61;
}
#menu a:hover {
	 background-color:#B99A61;
	 color:#01002A;
}
#menu p {
	width: 100%;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
}

#content {
	text-align: center;
	background-color:#01002A;
}
#content table {
	margin: 0px;
}
#content td {
	margin: 0px;
}
#content p {
	margin: 25px;
	text-align: left;
	font-size: 16px;
	font-family: Georgia;
	font-weight: bold;
	color: #ffffff;
}
#content a {
	color: #B99A61;
}

#footer {
	text-align: center;
	width: 100%;
	border: thin;
	background-color: #01002A;
	color: #B99A61;
}
#footer a {
	text-decoration: none;
	color: #B99A61;
}
#footer a:hover {
	color: #B99A61;
}
h1 {
	text-align: center;
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
h2 {
	text-align: left;
	font-size: 18px;
	font-family: georgia;
	font-weight:bold;
	color: #ffffff;
	text-decoration: underline;
}
h3 {
	text-align: left;
	font-size: 18px;
	font-family: georgia;
	font-weight:bold;
	color: #ffffff;
	text-decoration: underline;
}

