body {
	margin: 0px;
	padding: 0px;
	background: #990000;
}
h1, h2, h3, h4, h5, p, div {
	margin: 0px;
	padding: 0;
}
#wrapper {
	margin: 0px auto;
	width: 910px;
}
#banner {
	height: 180px;
	width: 100%;
	background: url(images/banner.jpg) no-repeat;
}
#innerwrapper {
	width: 100%;
	float: left;
	position: relative;
	background: url(images/middle.jpg) repeat-y;
}
#nav {
	width: 165px;
	float: left;
	padding-top: 30px;
	position: relative;
	padding-left: 55px;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	white-space: nowrap;
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav a {
	height: 15px;
	width: 165px;
	padding-top: 2px;
	display: block;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 2px;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	width: 165px;
	text-align: left;
	text-indent: 5px;
}
#nav a:hover, #nav a:active {
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	width: 165px;
	color: #000000;
	background: #f5ba3d;
}
#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;
}
#content {
	width: 625px;
	float: left;
	padding-left: 30px;
	color: #000000;
	font-size: 12px;
	margin-top: 30px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding-right: 30px;
	border-left: thin solid #f5ba3d;
	padding-bottom: 20px;
	text-decoration: none;
}
#content p {
	font: 12px/18px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#footer {
	background: url(images/footer.jpg) no-repeat;
	height: 70px;
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#content a {
	color: #990000;
	text-decoration: underline;
}
#footer p {
	font-size: 10px;
	color: #666666;
}
#footer a {
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.quote {
	color: #CC9900;
	font-weight: bold;
	font-size: 10px;
}
.quote2 {
	font-size: 12px;
	font-style: italic;
	color: #CC9900;
	font-weight: bold;
}
