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

#shadow {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/dropShadow.png);
	background-repeat: repeat-y;
}

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;
	font-size: 12px;
	color: #666666;
	margin: 30px;
}
