* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: none;
}
#wrapper #BodyArea #Left {
	background-color: #FFF;
	width: auto;
	height: auto;
	float: none;
}
#wrapper #footer {
	background-color: #CCCCCC;
	height: auto;
	float: left;
	width: 800px;
}

#wrapper #BodyArea #Right {
	background-color: #FFFFFF;
}

#wrapper #headerImg {
	height: 250px;
}

#wrapper #logo {
	height: auto;
}
#wrapper #navigation {
	height: 35px;
}
