@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	height: 60px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 30px;
}
#wrapper #bodyArea {
	background-color: #e2e2e2;
	height: 715px;
	padding: 30px;
}
#wrapper #footer {
	height: 30px;
}
#shadow {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/dropShadow.png);
	background-repeat: repeat-y;
}
