#wrapper {
	background-color: #FFF;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 180px;
	background-color: #FFF;
}
#wrapper #navigation {
	height: 30px;
}
#wrapper #bodyArea {
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper #footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #CCC;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#wrapper #header #headerLeft {
	height: 180px;
	width: 320px;
	float: left;
}
#wrapper #header #headerRight {
	height: 125px;
	width: 450px;
	float: right;
}
#wrapper #header #headerBottom {
	width: 450px;
	text-align: right;
	margin-left: 250px;
	margin-bottom: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #036;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

