@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#wrapper #logo {
	height: 125px;
	background-color: #FFFFFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 290px;
}
#wrapper #headerImg {
	height: 50px;
}
#wrapper #bodyArea #left {
	width: 799px;
	float: none;
}
#wrapper #bodyArea #right {
	width: 1px;
	float: right;
	height: 40px;
}
#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000080;
	margin: 15px;
}
.style3 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

