@charset "utf-8";
* {
	margin: 0px;
}
#wrapper {
	background-color: #F7F7F7;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#wrapper #logo {
	height: 100px;
	background-color: #FFFFFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 23px;
	background-color: #0A8633;
	padding-top: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #660000;
	border-bottom-color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#wrapper #bodyArea #right {
	width: 395px;
	height: 300px;
	background-color: #FFFFFF;
	float: right;
	padding-left: 5px;
}
#wrapper #bodyArea #footer {
	height: auto;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#wrapper #logo #leftlogo {
	float: left;
	height: 75px;
	width: 485px;
	font-family: "Monotype Corsiva";
	font-size: 36px;
	color: #000000;
	vertical-align: middle;
	text-align: center;
	margin-top: 25px;
}
#wrapper #logo #rightlogo {
	float: right;
	height: 100px;
	width: 315px;
}


#wrapper #bodyArea #left {
	width: 400px;
	height: 300px;
	background-color: #FFFFFF;
	float: left;
}
#wrapper #navigation .style5 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}
