@charset "UTF-8";
* {
	margin: 0px;
}
#wrapper {
	background-color: #FFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
}
#wrapper #logo {
	background-color: #FFF;
	height: 300px;
	text-align: center;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
	text-align: center;
	font-family: Helvetica;
	color: #666;
}
#wrapper #headerImg {
	height: 250px;
	text-align: center;
	background-color: #FFF;
}
#wrapper #bodyArea #left {
	width: 550px;
	float: left;
	font-family: Helvetica;
	font-size: 16px;
	padding-left: 10px;
}
#wrapper #bodyArea #right {
	width: 240px;
	float: right;
	font-family: Helvetica;
}
#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	text-align: center;
}
#wrapper #bodyArea #left p {
	font-family: Helvetica;
	font-size: 12px;
	margin: 15px;
	color: #666;
}
#wrapper #bodyArea #right p {
	margin: 15px;
	text-align: center;
	vertical-align: middle;
}
