html, body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #838300;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 769px;
	text-align: left;
	background: #FFFFFF url('../images/sitebg.gif') top left repeat-y;
}
#header {
	height: 103px;
	background: url('../images/header.jpg') top left no-repeat;
}
#contentholder {
	width: 729px;
	margin: 0 20px;
	padding-bottom: 10px;
}
#menuholder {
	height: 20px;
	padding: 6px 0;
	background: url('../images/menubg.gif');
	position: relative;
}
#menuholder a {
	display: block;
	float: left;
	height: 20px;
	padding: 0 20px;
	font: 15px Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	border-right: 1px solid #FFCC01;
	color: #FFCC01;
}
#menuholder a:hover {
	color: #EEEEEE;
}
a#selected, a#selected:hover {
	color: #FFFFFF;
}
#menuholder span {
	display: block;
	float: left;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	width: 0px;
}
#menuholder div {
	width: 13px;
	height: 20px;
	font-size: 0px;
	line-height: 0px;
	border-right: 1px solid #FFCC01;
	float: left;
}
#submenu {
	width: 179px;
	float: right;
	padding-bottom: 100px;
	background: #FFEFAD url('../images/subnavbottom.gif') bottom left repeat-x;
}
#submenu div {
	height: 20px;
	padding-bottom: 3px;
	//padding-bottom: 5px;
	padding-top: 62px;
	background: url('../images/subnavheader.gif') top left no-repeat;
	color: #838300;
	font: 15px Verdana, Helvetica, Arial, sans-serif;
	text-indent: 24px;
}
#submenu a {
	display: block;
	padding: 8px;
	background: #FFEFAD;
	font: 13px Verdana, Helvetica, Arial, sans-serif;
	color: #838300;
	text-decoration: none;
	border-bottom: 1px solid #838300;
}
#submenu a:hover {
	color: #CC9900;
}
a#subselected, a#subselected:hover {
	color: purple;
}
#submenu span {
	display: none;
}
#belowmenu {
	height: 2px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	background: url('../images/bottombar.gif') top left repeat-x;
}
#contentarea {
	padding: 18px 18px 0 18px;
	margin: 0;
	font: 14px Times New Roman, serif;
	line-height: 18px;
	text-align: justify;
}
#narrowcontentarea {
	width: 505px;
	margin: 18px 0 0 18px;
	padding: 0;
	font: 14px Minion, Times New Roman, serif;
	line-height: 18px;
	text-align: justify;
}
table {
	font: 14px Minion, Times New Roman, serif;
}
#footer {
	height: 34px;
	background: transparent url('../images/footerbg.gif') bottom left;
	text-align: center;
	font: 9px Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h1 {
	color: #838300;
	font: 24px Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0 0 9px 0;
}
h2 {
	color: #452620;
	font: 18px Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 10px;
}
p, ul, ol {
	margin: 0;
	padding: 0 0 10px 0;
}
li {
	margin: 0 0 0 20px;
}
.right {
	float: right;
	margin: 4px 0 18px 18px;
	text-align: center;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	color: #8D643B;
	width: 202px;
}
.left {
	float: left;
	margin: 4px 18px 18px 0;
	text-align: center;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	color: #8D643B;
	width: 202px;
}
.sample {
	width: 252px;
	text-align: center;
	padding: 4px 0 18px 0;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	color: #8D643B;
	vertical-align: top;
}
.right img, .left img, .sample img {
	border: 1px solid black;
}
.between {
	width: 6px;
	font-size: 0px;
	line-height: 0px;
}
a {
	color: #8D643B;
}
a:hover {
	text-decoration: none;
}
.testimonial {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	padding: 15px 0 4px 0;
}
.quote {
	color: #333;
	font-style: italic;
}
.contact {
	display: block;
	width: 200px;
	margin-left: 250px;
/*	padding: 4px;
	color: white;
	background: #8D643B;
	border: 2px solid #838300;
	text-align: center;*/
}
.credit {
	font-size: 9px;
}
input {
	vertical-align: top;
}
