@charset "utf-8";
* {
	margin: 0px;
}
#rapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#rapper #logo {
	height: 130px;
	width: 800px;
	background-color: #FFFFFF;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
	border-bottom-style: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rapper #navigation {
	height: 35px;
	background-color: #FFFFFF;
}
#rapper #headerImg {
	height: 326px;
	background-color: #FFFFFF;
	background-image: none;
}
#rapper #bodyArea #left {
	width: 600px;
	float: left;
	background-color: #FFFFFF;
	height: 257px;
}
#rapper #bodyArea #right {
	width: 200px;
	float: right;
	background-color: #FFFFFF;
	height: 257px;
}
#rapper #bodyArea #footer {
	background-color: #FFFFFF;
	height: 50px;
	width: 800px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

