* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	height: 112px;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #b62525;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 27px;
}
#wrapper #content {
	height: 150px;
}
#wrapper #content #bodyArea #left {
	width: 568px;
	float: left;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 13px;
	color: #000;
}
#wrapper #content #bodyArea #right {
	width: 230px;
	height: 478px;
	float: right;
}
