﻿body {
	background-color: #9C6552;
	width: 833px;
	padding: 0px;
	margin: 15px auto 0px auto;
}

#header {

	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	background-position: center;
	margin-top: o;
	margin-right: auto;
	margin-bottom: o;
	margin-left: auto;
	padding-top: o;
	padding-right: o;
	padding-bottom: o;
	padding-left: o;
	background-image: url('../images/topheader.gif');
	background-repeat: no-repeat;
	height: 100px;
	width: inherit;
}

#top-nav {
}
#footer {
	border-bottom-right-radius: 22px;
	border-bottom-left-radius: 22px;
	background-color: #C49C00;
	color: #000000;
	font-size: small;
	clear: both;
	text-align: center;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}
#footer a {
	text-decoration: none;
	padding: 3px 5px 3px 10px;
	color: #444444;
	font-weight: bold;
}
#main-content {
	background-color: #FFF8DB;
	padding: 10px;
	margin: 0px;
	height: auto;
}

