* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	border: none;
	
}
#wrapper #logo {
	height: 205px;
	background-color: #FFFFFF;
}
#wrapper #navigation {
	height: 55px;
	background-position: right;
	float: none;
	color: #FFFFFF;
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	clip:   rect(auto auto auto auto);
}
#wrapper #titles {
	margin: 0px;
	height: 82px;
	width: 0px;
	background-color: #FFFFFF;
}
#wrapper #bodyArea #left {
	width: 322px;
	background-color: #FFFFFF;
	float: left;
}
#wrapper #bodyArea #right {
	background-color: #6A9ED5;
	width: 479px;
	float: right;
}
#wrapper #bodyArea #footer {
	float: none;
	height: 50px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 15px;
	line-height: 14px;
}

