body {
	margin: 0px;
	padding: 0px;
	background: #541513;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0;
}
ul, li, p, div {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: 10px auto 0px;
	width: 800px;
}
#banner {
	height: 170px;
	width: 100%;
}
#innerwrapper {
	width: 100%;
	float: left;
	position: relative;
	background: #8c5027;
}
#navigation {
	width: 135px;
	float: left;
	font-size: 75%;
	margin: 5px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#maincontent {
	width: 640px;
	float: left;
	margin: 0px;
	padding: 15px 10px 10px 15px;
	background: #fff1db;
	font: 1em Georgia, "Times New Roman", Times, serif;
}
#footer {
	height: 50px;
	width: 100%;
	float: left;
	padding-top: 10px;
	position: relative;
	text-align: center;
	background: #8c5027;
}
#navigation ul {
	list-style: none;
}
#navigation li {
	white-space: normal;
	float: left;
}
#navigation a {
	text-align: left;
	display: block;
}
#navigation a:link, #navigation a:visited {
	color: #fff1db;
	display: block;
	text-decoration: none;
	background: #8c5027;
	width: 125px;
	padding: 5px;
}
#navigation a:hover, #navigation a:active {
	color: #8c5027;
	background: #d6b089;
	padding: 5px;
}
#sellink a:link, #sellink a:visited, #sellink a:hover, #sellink a:active {
	text-decoration: none;
	font-weight: bold;
	color: #8c5027;
	background: #d6b089;
	border-top: 1px solid #541513;
	border-bottom: 1px solid #541513;
}
#maincontent p {
	font-size: 90%;
	color: #333333;
}
#maincontent h1 {
	font-size: 18px;
	font-weight: bold;
	color: #541513;
	margin-bottom: 10px;
}
#maincontent h2 {
	font-size: 16px;
	font-weight: bold;
	color: #535413;
	margin-bottom: 8px;
}
#maincontent h3 {
	font-size: 14px;
	font-weight: bold;
	color: #535413;
	margin-bottom: 4px;
	padding-top: 10px;
}
#maincontent h4 {
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	margin-bottom: 6px;
}
#maincontent a {
	text-decoration: underline;
	color: #333333;
}
#maincontent ul {
	margin-left: 15px;
	padding-left: 15px;
	font: 90% Georgia, "Times New Roman", Times, serif;
	color: #333333;
	list-style: square;
}
#footer p {
	font-size: 10px;
	color: #fff1db;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 20px;
}
#footer a {
	font-size: 10px;
	color: #fff1db;
	text-decoration: underline;
}
.small {
	font-size: 10px;
	line-height: 100%;
}
.quote {
	text-align: left;
}
.quotee {
	text-indent: 20px;
	font-style: italic;
}
.table {
	font: 90% Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
