body {
	background-color: #FFF;
	background-image: url('../img/pagebg.jpg');
	background-repeat: repeat-x;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
}
.wrapper {
	width: 870px;
	margin: 0 auto;
}
#menubar {
	height: 56px;
}
#header img.first {
	margin-right: 75px;
}
#main {
	margin-top: 24px;
}
#right {
	float: right;
	width: 212px;
}
#right a img {
	border: 3px solid #F68221;
}
#right a:hover img {
	border: 3px solid #990000;
}
#body {
	margin-right: 228px;
}
#footer {
	background-color: Black;
	border-top: 5px solid #F68221;
	height: 92px;
	color: White;
	clear: both;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover, #subfooter a:hover {
	text-decoration: underline;
}
#footer p.pilot {
	padding: 4px 0 8px 0;
	margin: 0;
	text-align: center;
}
#footer .copy {
	float: right;
}
#subfooter {
	background-color: #F68221;
	padding: 10px 0;
	color: White;
}
#subfooter ul {
	margin: 0;
	padding: 10px 0 0 0;
	width: 200px;
	float: left;
	list-style: none;
}
#subfooter ul li {
	padding: 4px 0;
}
#subfooter a {
	color: White;
	text-decoration: none;
}
.content {
	width: 800px;
	margin: 0 auto;
	padding: 0 5px;
	font-size: 10px;
}
.testimonial {
	background: url('../img/quoteleft.gif') no-repeat top left;
}
.testimonial div {
	padding: 5px 15px 0 15px;
	background: url('../img/quoteright.gif') no-repeat bottom right;
}
.testimonial p {
	padding: 0;
	margin: 0 0 5px 0;
}
.testimonial p.author {
	padding: 10px 15px 0 15px;
}
.testimonial p.author a {
	font-weight: bold;
}
.latestnews {
	float: right;
	width: 390px;
}
.recent {
	margin-right: 398px;
}
.recent	h3 {
	height: 17px;
	line-height: 17px;
	background-color: #170004;
	padding: 0px 7px;
	margin: 8px 0 2px 0;
	background-image: url('../img/bulletrecent.gif');
	background-repeat: no-repeat;
	background-position: right;
}
.recent h3 a {
	font-size: 11px;
	font-weight: normal;
	color: white;
	display: block;
}
.recent p {
	padding: 0;
	margin: 0;
}
.recent img {
	border-bottom: 1px solid #666666;
	padding-bottom: 8px;
}
h1 {
	font-size: 20px;
	color: #340005;
	margin: 8px 0;
	padding: 0;
}
h2 {
	font-size: 16px;
	color: #340005;
	margin: 4px 0;
	padding: 0;
}
h3 {
	font-size: 14px;
	margin: 2px;
	padding: 0;
}
a {
	color: #F68221;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
th {
	text-align: left;
}