* {
	margin: 0px;
	padding: 0px;
}
#Wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#Wrapper #logo {
	background-color: #FFFFFF;
	height: 40px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Wrapper #Navigation {
	height: 20px;
	margin: auto;
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#Wrapper #BodyArea #middle {
	width: 800px;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	float: none;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
}
#Wrapper #BodyArea #middle #left {
	width: 332px;
	background-color: #FFFFFF;
	float: left;
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#Wrapper #BodyArea #middle #right {
	width: 468px;
	float: right;
	padding: 0px;
	margin: 0px;
}

