* {
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	height: 115px;
}
#wrapper #navigation #bodyArea {
	width: 800px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#wrapper #navigation #bodyArea #left {
	width: 400px;
	float: left;
}
#wrapper #navigation #bodyArea #right {
	width: 400px;
	float: right;
}
#wrapper #navigation #bodyArea #footer {
	background-color: #06F;
	float: none;
	width: 800px;
}
