body,td,th {
	color: #630;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #E7DDCE;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 900px;
}
#header {
	height: 96px;
	width: 900px;
}
#logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 96px;
	width: 278px;
	float: left;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #582709;
}
p {
	color: #630;
	font-size: 14px;
	text-align: left;
}
a {
	text-decoration: underline;
	color: #600;
}
a:hover {
	color: #630;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #F2E1C7;
}
h3 {
	color: #660000;
	font-size: 24px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
}
#left_thumb {
	float: left;
	height: 200px;
	width: 305px;
	background-repeat: no-repeat;
	color: #B58F71;
}
#leftthumbtext {
	height: 25px;
	width: 144px;
	margin-left: 44px;
	float: left;
	text-align: center;
}
#rightthumb {
	float: right;
	height: 279px;
	width: 253px;
}
#topright {
	background-image: url(images/topright.gif);
	background-repeat: no-repeat;
	height: 96px;
	width: 221px;
	float: right;
}
#leftheader {
	background-image: url(images/leftheader.gif);
	background-repeat: no-repeat;
	float: left;
	height: 82px;
	width: 567px;
}
#buttons {
	float: left;
	height: 96px;
	width: 247px;
	background-image: url(images/buttons.gif);
	background-repeat: no-repeat;
}
#nav {
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#topright {
	background-image: url(images/topright.gif);
	background-repeat: no-repeat;
	height: 96px;
	width: 167px;
}
#rightoflogo {
	background-image: url(images/rightoflogo.gif);
	background-repeat: no-repeat;
	height: 96px;
	width: 208px;
	float: left;
}
#subbuttons {
	height: 75px;
	width: 333px;
	float: left;
	background-image: url(images/subbuttons.gif);
	text-align: left;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftside {
	background-image: url(images/leftside.gif);
	background-repeat: no-repeat;
	float: left;
	height: 479px;
	width: 97px;
}
#left_textbox {
	background-image: url(images/left_textbox.gif);
	background-repeat: repeat-x;
	float: left;
	height: 479px;
	width: 326px;
}
#center {
	background-image: url(images/center.gif);
	background-repeat: no-repeat;
	float: left;
	height: 479px;
	width: 62px;
}
#righttextbox {
	background-image: url(images/righttextbox.gif);
	background-repeat: no-repeat;
	float: left;
	height: 479px;
	width: 333px;
}
#rightside {
	background-image: url(images/rightside.gif);
	background-repeat: no-repeat;
	float: left;
	height: 479px;
	width: 82px;
}
#nav li {
	list-style-type: none;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav a:hover {
	color: #9C6B31;
	font-size: 14px;
	font-weight: bold;
}
#nav  a  {
	color: #F6DEC4;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font-style: normal;
	font-weight: bold;
}
#nav  ul  {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 69px;
	font-weight: bold;
	font-size: 16px;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	float: left;
	height: 43px;
	width: 900px;
	padding-top: 17px;
	padding-left: 22px;
}
