body {
	margin:0px 0px 20px;
	padding:0px;
	text-align:center;
	background-color: #FFF;
	background-image: url(../_img/bg.jpg);
	background-repeat: repeat-x;
}
* {
	margin:0px;
	padding:0px;
}
a, a:visited {
	text-decoration: underline;
	color: #B2BF6F;
}

a:hover {
	background-color: #CAD495;
	color: #fff;
}
#wrapper {
	width:810px;
	text-align:left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #52361B;
	line-height: 1.7em;
	margin-top: 27px;
}
#header {
	width:810px;
	background-image: url(../_img/header.jpg);
	height: 104px;
}
#content-bg-upper {
	height:auto;
	background-image: url(../_img/content-bg.jpg);
	background-repeat: no-repeat;	
}
#content-bg-repeater {
	background-image: url(../_img/content-bg-repeater.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 810px;
}
#content-bg-footer {
	height: 20px;
	width: 810px;
	background-image: url(../_img/content-bg-footer.jpg);
	background-repeat: no-repeat;
}
#promo-content {
	height: 250px;
	margin: 0px 0px 0px 10px;
}
.content-wrapper {
	width:790px;
	margin: 0px 5px 0px 10px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #F6D852;

}
.content-bg-left {
	width:200px;
	float:left;
	padding: 5px;
	margin-top: 5px;
	
}
.content-bg-right {
	width:563px;
	float:left;
	margin-left: 5px;
	margin-top: 5px;
	padding: 5px;
	background-image: url(../_img/content-bg-big.jpg);
	background-repeat: repeat-x;
	border-left:1px solid #999;
}
.content-bg-full {
	width:775px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 5px;
	background-image: url(../_img/content-bg-big.jpg);
	background-repeat: repeat-x;
}
.content-left-float {
	margin:10px;
	float:right;
	border:1px solid #CE9D00;
	padding:4px;
	background-color:#FFF7D0;
}
.clearit {
	clear:both;
}
h1 {
	font-family:  "Times New Roman", Times, serif;
	font-weight: bold;
	color: #72843A;
	font-size: 1.3em;
	line-height: 1.4em;
}
h2 {
	font-family:  Arial, Times, serif;
	font-weight: bold;
	color: #000;
	font-size: 1.0em;
	line-height: 1.4em;
}
p {
	margin: 15px 0px 15px 0px;
}
.content-bg-right p {
	font-family:'Times New Roman', Times, serif;
	font-size:1.1em
}
.border-box {
	border-bottom:1px solid #F6D852;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.head-shot-box {
	height:100px;
	width:100px;
	margin-right:6px;
	float:left;
	border:1px solid #CE9D00;
	padding:4px;
	background-color:#FFF7D0;
}
.hidden-images {
	display:none;
	visibility:hidden;
}
.content-bg-left p, .content-bg-left ul {
	margin: 15px 0px 15px 0px;
	text-align:left;
	font-size: 85%;
	line-height: 150%;
}
#sponsors {
	margin:10px 0px 0px 0px;
	text-align:center;
	font-size: 85%;
	line-height: 150%;
}
.dropcap {
	margin-right:6px;
	margin-top:5px;
	float:left;
	color:white;
	background:#F6D852;
	border:1px solid #CE9D00;
	font-size:80px;
	line-height:60px;
	padding-top:2px;
	padding-right:0px;
	font-family:times;
}
#navcontainer
{
	width: 790px;
	color: #333;
	margin: 0px 0px 5px 10px;

}

#navcontainer ul
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #9CA957;
	color: #FFF;
	width: 100%;
	font: normal 90% Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../_img/menu-bg.jpg);
	background-repeat: repeat-x;
}

#navcontainer li { display: inline; }

#navcontainer li a
{
	text-decoration: none;
	color: #FFF;
	padding: 0.2em 1em 0.2em 1em;
	border-right: 1px solid #fff;
}

#navcontainer li a:hover, #current
{
	background-color: #CAD495;
	color: #fff;
	background-image: url(../_img/menu-bg-hover.jpg);
}
#manufactures ul {
	margin: 15px 0px 15px 5px;
	font: normal 90% Arial, Helvetica, sans-serif;
	width:99%;
	text-align:center;
	list-style-type: none;
}
#manufactures li {
	display:block;
}
#manufactures img {
	border: 1px solid #EEEAD1;
	margin:10px;
}
#manufactures li a {
	text-decoration: none;
	color: #52361B;
}

#manufactures li a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: underline;
}
.center {text-align: center;
}

