@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	height: 140px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 70px;
}
#wrapper #headerImg {
	height: 250px;
	;
	background-color: #CCCCCC;
}


					
					
#wrapper #bodyArea #left {
	width: 700px;
	background-color: #CCCCCC;
}
#wrapper #bodyArea #footer {
	background-color: #999999;
	height: 40px;
	float: left;
	width: 700px;
}

