* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	background-color: #ffc;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#wrapper #logo {
	height: 100px;
	background-color: #FFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 180px;
	background-color: #FF968A;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#wrapper #bodyArea #left {
	width: 400px;
	float: left;
	background-color: #FFC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	height: 35px;
}
#wrapper #bodyArea #right {
	width: 400px;
	float: right;
	background-color: #ffffff;
	height: 35px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
}
#wrapper #bodyArea #headerImg {
	clear: both;
}
#wrapper #bodyArea #bodyArea2 #left {
	height: 700px;
	width: 370px;
	float: left;
	background-color: #ffc;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#wrapper #bodyArea #bodyArea2 #right {
	height: 700px;
	width: 400px;
	float: right;
	background-color: #ffffff;
}
#wrapper #bodyArea #bodyArea2 #footer {
	height: 25px;
	clear: both;
	background-color: #FF968A;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
