body, html {
	text-align: center;
}
#wrapper {
	width: 700px;
	margin: 0 auto;
}
h2 {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #80604E;
	font-size: 195%;
	font-family: serif;
}
h3 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: serif;
}
.holt {
	padding: 5px 50px;
	text-align: justify;
	font-family: sans-serif;
	font-size: 80%;
}
.holt a:link, .holt a:visited {
	color: #003366;
}
.holt a:hover {
	color: #80604E;
	text-decoration: none;
}
.textsize2 {
	font-size: 85%;
	font-weight: bold;
	text-align: center;
}
.desc {
	margin: 0 70px;
	line-height: 1.2em;
	text-align: justify;
	padding: 10px 0;
	font-size: 110%;
	color: #80604e;
}
#header {
	width: 700px;
	height: 232px;
	background-image: url('holtheader.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	font-family: sans-serif;
	font-size: 9pt;
}
#header .nav {
	padding: 205px 3px 0 0;
	text-align: right;
}
#header .nav a:link, #header .nav a:visited {
	padding: 3px 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background-color: #e4e4e4;
	border: 1px solid #000;
}
#header .nav a:hover {
	background-color: #fff;
	color: #80604e;
}
hr {
	color: #999;
	background-color: #999;
	height: 1px;
}
#footer {
	width: 700px;
	font-size: 7pt;
	color: #ccc;
	font-family: sans-serif;
}
#footer a:link, #footer a:visited {
	color: #ccc;
	font-size: 8pt;
}