﻿#content {
	border: thick #CC9900 solid;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	clear: both;
	text-align: center;
}
#pagetext {
	border-width: 1px;
	width: 600px;
	float: left;
	border-right-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 825px;
	height: 35px;
	text-align: center;
	clear: both;
}
#links {
	float: left;
	height: 50px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #800000;
	background-image: url('images/links.gif');
	text-align: right;
	vertical-align: middle;
}
#wrapper {
	padding: 25px 0px 25px 0px;
	background-color: #666633;
}
#quicklinks {
	background-color: #E1E1E1;
	border-bottom-style: groove;
	width: 815px;
	height: 50px;
	left: auto;
	right: auto;
}
#pagebottom {
	width: 815px;
	clear: both;
}
#leftinfo {
	border-width: 1px;
	width: 150px;
	float: left;
	border-right-style: solid;
}