* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: #bce0c2 url(../images/bg.png) repeat-x;
	font: 12px Tahoma, Arial, sans-serif;
}

a:link {
	color: #81130a;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: underline;
	color: #174a20;
}

a:visited {
	color: #c0ac3c;
	text-decoration: underline;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.clear {
	clear: both;
}

h2 {
	color: #81130a;
	font: 22px bold;
	padding-bottom: 20px;
	text-decoration: underline;
}

h3 {
	color: #81130a;
	font: 18px bold;
	padding-bottom: 18px;
}

p {
	padding-bottom: 20px;
}

#wrapper {
	margin: 0 auto;
	width: 875px;
	padding: 0px;
}

#contentwrapper {
	background: #fff url(../images/contentwrapper-bg.png) repeat-y;
	padding: 0px 8px 0px 3px;
}

#topheader {
	height: 23px;
	background: #fff url(../images/topheader-bg.png) no-repeat;
}

#botheader {
	background: #fff;
	padding: 10px 20px 10px 20px;
}

#banner {
	height: 382px;
	width: 864px;
	background: #fff;
}

#bannerleft {
	float: left;
	height: 193px;
	width: 202px;
	background: #1d5326 url(../images/banner-left.jpg) no-repeat;
	padding: 139px 104px 50px 149px;
}

#bannerleft ul {
	padding-bottom: 5px;
}

#bannerleft li {
	list-style: outside square;
	background: #c0b15f;
	padding-bottom: 8px;
}

#bannerright {
	float: right;
	height: 382px;
	width: 409px;
	background: #1d5326 url(../images/banner-right.jpg) no-repeat;
}

#content {
	padding: 20px;
}

#content ul {
	padding: 0px 0px 20px 40px;
}

#footer {
	height: 47px;
	background: #fff url(../images/footer-bg.png) no-repeat;
	padding: 10px 20px 10px 20px;
	margin: 0px auto;
	text-align: center;
	font-size: 10px;
}

#footer a:link, #footer a:visited {
	color: #000;
}

#footer a:active, #footer a:hover {
	color: #c0b15f;
}

#footer #links a {
	padding: 0px 20px 0px 20px;
}

#footer #copyright {
	padding-top: 7px;
}

