@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000000;
	width: 800px;
	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: #FFFFFF;
	border-left-color: #FFFFFF;
}
#wrapper #menu {
	height: auto;
	background-color: #000000;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #logo {
	background-color: #000000;
	height: auto;
	width: 800px;
}
#wrapper #contentheader {
	height: 100px;
	width: 800px;
	background-color: #000000;
}
#wrapper #bodyarea #left {
	height: auto;
	width: 550px;
	float: left;
}
#wrapper #bodyarea #right {
	float: right;
	height: auto;
	width: 250px;
	background-color: #CCCCCC;
}
#wrapper #bodyarea #footer {
	height: 41px;
	clear: both;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 23px;
}
