@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: none;
	border-left-style: none;
	background-color: #404040;
}
#wrapper #banner {
	height: 248px;
	background-color: #404040;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #000000;
	border-left-color: #000000;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 50px;
}
#wrapper #bodyArea #left {
	width: 650px;
	float: left;
	text-align: left;
	text-indent: 0px;
}
#wrapper #bodyArea #right {
	width: 350px;
	float: right;
	text-align: left;
}
#wrapper #bodyArea #footer {
	height: 200px;
	clear: both;
	width: 1020px;
}
