* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	background: #d8d3db;
	font-size: 100%; 
	margin-bottom: 40px;
	font-family: Times New Roman, Times, serif; 
}
html {
	background: #d8d3db;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	border:0;
	width: 778px;
	background: #e6e6ed;
	overflow: hidden; /* STOPS LEFT AND MID DIVS FROM HAVING THEIR BACKGROUND COLOR BLEED OFF INTO INFINITY */
}

#header {
	width: 778px;
	height: 162px;
	margin: -1px -1px;
	background: url("img/t.gif") no-repeat;
}

#hr {
	float: left;
	width: 616px;
	height: 17px;
	margin: 0 0 0 0;
	background: url("img/b.gif") no-repeat center;
}

#left {
	background: #bcaeb5;
	float: left;
	width: 102px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#mid {
	background: #e6e6ee;
	float: left;
	width: 52px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#main {
	margin: 0;
	float: left;
	width: 624px;
	background: #e6e6ed;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#footer {
	clear: both;
	background: #A2A2A2;
}

p {
	width: 616px;
}

/* Set custom Unordered List and List Item styles for nav bar so they appear like image buttons */

#menu_v li {
	list-style-type: none;
	width: 102px;
	margin: 0 0;
	text-align: center;
}

#menu_v li.nav1 a, #menu_v li.nav1 #menu_v a:visited {
	display: block;
	width: 102px;
	height: 23px;
	background: url("img/li.gif") 0 0 no-repeat;
	color: #000;
	font-size: 1.075em;
	text-decoration: none;
	padding-bottom: 10px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
}

#menu_v li.nav1 a:hover {	
	background-position: -102px 0;
	color: #fff;
}

/* Reset Unordered List and List Item styles */

ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 99%; 
	height: 100%;
}

li {
	margin-left: 2em;
}

h1 {
	color: #900;
	font-weight: bold;
	clear: both;
	font-size: 1.2em;
	text-align: center;
}

h2 {
	color: #000;
	font-weight: bold;
	clear: both;
	font-size: 1.150em;
	text-align: center;
}

h3 {
	color: #000;
	text-decoration:underline;
	font-weight: bold;
	clear: both;
	font-size: 1.2em;
	text-align: center;
}

h4 {
	color: #900;
	text-decoration:none;
	font-weight: bold;
	clear: both;
	font-size: 1.3em;
	text-align: center;
}

h5 {
	color: #900;
	text-decoration:none;
	font-weight: bold;
	clear: both;
	font-size: 1.1em;
	text-align: center;
}

h6 {
	color: #900;
	font-weight: bold;
	clear: both;
	font-size: 1.2em;
	text-align: left;
}
