@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	height: 60px;
}
#wrapper #navigation {
	height: 30px;
}
#wrapper #bodyArea #left {
	background-color: #e2e2e2;
	width: 250px;
	float: left;
}
#wrapper #bodyArea #right {
	background-color: #FFFFFF;
	width: 550px;
	float: right;
}
#wrapper #bodyArea #footer {
	height: 30px;
	clear: both;
}
#shadow {
	background-image: url(../images/dropShadow.png);
	background-repeat: repeat-y;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: "Myriad Pro", Arial, sans-serif;
	color: #666666;
	margin: 30px;
}
