@charset "utf-8";
* {



}
#wrapper {
	background-color: #FFF;
	width: 800px;
	margin-right: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-left: auto;
}
#wrapper #logo {
	height: 110px;
	background-color: #FFFFFF;
}
#wrapper #navigation {
	height: 35px;
	background-color: #996766;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #headerImg {
	height: 250px;
	background-repeat: no-repeat;
	background-image: url(../images/Banner.jpg);
}
#wrapper #bodyArea #left {
	width: 200px;
	float: left;
	margin-left: 5px;
}
#wrapper #bodyArea #right {
	width: 600px;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	margin-left: 5px;
}
#wrapper #bodyArea #footer {
	height: 40px;
	float: none;
	clear: both;
}
