* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #f7f7f7;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-color: #999;
	border-left-color: #999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}
#wrapper #logo {
	height: 250px;
	background-color: #FFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
}
#wrapper #bodyArea #left {
	width: 350px;
	float: left;
	background-color: #276C81;
}
#wrapper #bodyArea #right {
	width: 550px;
	float: right;
	background-color: #A7CEBC;
}
#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	background-color: #276C81;
}
#wrapper #bodyArea #right div p {
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #276C81;
}
#wrapper #bodyArea #right div p {
	font-family: Georgia, Times New Roman, Times, serif;
}
#wrapper #bodyArea #right div p u strong {
	font-family: MS Serif, New York, serif;
}
#wrapper #bodyArea #right div p u strong {
	font-family: Courier New, Courier, monospace;
}
#wrapper #bodyArea #left p {
	color: #F00;
}
#wrapper #bodyArea #left p {
	color: #000;
}

