@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
}
#wrapper #logo {
	height: 251px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navagation {
	height: 72px;
}
#wrapper #bodyArea #left {
	width: 63px;
	float: left;
	height: 235px;
}
#wrapper #bodyArea #right {
	width: 82px;
	float: right;
	height: 235px;
}
#wrapper #bodyArea #center {
	float: left;
	width: 750px;
}
#wrapper #bodyArea #flair {
	height: 40px;
	clear: both;
}
