* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
#wrapper #logo {
	height: 177px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #Navigation {
	height: 15px;
}
#wrapper #bodyArea #left {
	width: 450px;
	float: left;
}
#wrapper #bodyArea #right {
	width: 350px;
	float: right;
}
#wrapper #bodyArea #Footer {
	height: 40px;
	clear: both;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	margin: 5px;
	text-decoration: none;
}
