@charset "utf-8";
* {
	margin: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 22px;
}
#wrapper #headerImg {
	height: 250px;
}
#wrapper #bodyArea #right {
	width: 250px;
	float: right;
	background-color: #E1E1E1;
}
#wrapper #bodyArea #left {
	width: 550px;
	float: left;
}
#wrapper #bodyArea #footer {
	background-color: #E1E1E1;
	height: 40px;
	clear: both;
}
p {
	margin: 20px;
}
#wrapper #bodyArea #footer {
	height: 60px;
	clear: both;
}

