body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #FFF;
	background-image: url(images/bg-body.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 170%;
	color: #316733;
	font-weight: normal;
}
h2{
	font-size: 130%;
	color: #316733;
	font-weight: normal;
}
h3{
	font-size: 110%;
	color: #316733;
	font-weight: normal;
}
a {
	color: #069;
	text-decoration: underline;
}
a:hover {
	color: #316733;
	text-decoration: underline;
}
#wrapper {
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(images/bg-header.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 297px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headerlogo {
	margin: 20px;
	padding: 0px;
	height: 57px;
	width: 310px;
	float: left;
}
#headerlogo a {
	outline: none;
}
#headertext {
	float: right;
	height: auto;
	width: 200px;
	margin-top: 15px;
	margin-right: 20px;
}
#headertext p {
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#headertext a {
	color: #FC0;
	text-decoration: underline;
}
#headertext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#container {
	background-image: url(images/bg-container.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: 1000px;
	float: left;
}
#left {
	float: left;
	height: auto;
	width: 677px;
}
#left .inner {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#left .imagetextcombo {
	height: auto;
	width: 100%;
}
#left .imageleft {
	float: left;
	margin-right: 10px;
	padding-bottom: 20px;
	height: auto;
	width: 182px;
}
#left .imagetext {
	float: left;
	height: auto;
	width: 440px;
}
#left .imagetext ul {
	margin: 0px;
}
#left .imagetext li {
	line-height: 22px;
	list-style-type: disc;
	list-style-position: outside;
}
#left .imagetext p {padding-left: 30px;}
#left .imageright {
	float: right;
	padding-left: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
}
#left .details {
	background-color: #E6E6E6;
	float: right;
	height: auto;
	width: 248px;
	border: 1px solid #CCC;
	margin-left: 10px;
}
#left .details .inner {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#left .details h2 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#left .details ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#right {
	float: left;
	height: auto;
	width: 323px;
	text-align: center;
}
#right .inner {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#right .imagetop {
	height: auto;
	width: 100%;
}
#right .texttop {
	height: auto;
	width: 100%;
}
#right .texttop .inner {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-align: left;
}
#right .texttop p {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#right .texttop ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#right .texttop li {
	font-size: 12px;
}
#footer {
	background-image: url(images/bg-footer.png);
	background-repeat: repeat;
	background-position: left top;
	height: 175px;
	width: 1000px;
	float: left;
	text-align: center;
}
#footer .inner {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footertext {
	height: auto;
	padding-top: 10px;
}
#footertext p {
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#footertext a {
	color: #FC0;
	text-decoration: underline;
}
#footertext a:hover {
	color: #ffffff;
	text-decoration: underline;
}
