body {
	margin: 0px;
	padding: 0px;
	font: 12px/130% Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #CCCCCC;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0;
}
p {
	margin: 0px;
	padding: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: 0px auto;
	width: 800px;
}
#banner {
	height: 200px;
	width: 100%;
	background: url(images/banner.jpg) no-repeat;
}
#innerwrapper {
	width: 100%;
	float: left;
	position: relative;
	background: url(images/background.jpg) repeat-y;
	padding-bottom: 10px;
}
#navigation {
	width: 165px;
	float: left;
	background: url(images/banner2.jpg) no-repeat top;
	padding-top: 100px;
}
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	white-space: nowrap;
	float: left;
	margin: 0px;
	padding: 0px;
}
#navigation a {
	height: 15px;
	width: 165px;
	padding-top: 5px;
	display: block;
	color: #666666;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-bottom: 5px;
}
#navigation a:link, #navigation a:visited {
	text-decoration: none;
	margin-left: 15px;
	width: 150px;
	text-align: left;
	text-indent: 5px;
	border-top: thin dashed #c3922e;
}
#navigation a:hover, #navigation a:active {
	text-decoration: none;
	background: #c3922e;
	text-align: left;
	text-indent: 5px;
	width: 150px;
	margin-left: 15px;
	color: #FFFFFF;
}
#sellink a:link, #sellink a:visited, #sellink a:hover, #sellink a:active {
	text-decoration: none;
	background: url(images/activebar.jpg) no-repeat;
	font-weight: bold;
	color: #333333;
}
#maincontent {
	width: 600px;
	float: left;
	padding-left: 15px;
	color: #333333;
	font-size: 12px;
	overflow: auto;
	margin-top: 40px;
}
#footer {
	background: url(images/footer.jpg) no-repeat;
	height: 73px;
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 10px;
	position: relative;
}
#maincontent a {
	color: #c3922e;
	text-decoration: underline;
}
#footer p {
	font-size: 10px;
	color: #333333;
}
#footer a {
	font-size: 10px;
	color: #a63836;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #a63836;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #a63836;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #a63836;
	text-transform: uppercase;
}
.quote {
	font-style: italic;
	margin-left: 30px;
	margin-right: 10px;
}
.caption {
	font-size: 10px;
	font-style: italic;
	text-align: right;
}
.red {
	color: #a63836;
}
