* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#wrapper {
	width: 800px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#wrapper #logo {
	background-color: #000000;
	height: 200px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #navigation {
	margin: 0px;
	padding: 0px;
	height: 45px;
}
#wrapper #headerImg {
	height: 250px;
}
#wrapper #bodyArea #left {
	width: 650px;
	float: left;
}
#wrapper #bodyArea #right {
	width: 150px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#wrapper #bodyArea #footer {
	clear: both;
	height: 50px;
	background-image: url(footer%20copy.jpg);
	background-repeat: no-repeat;
}
p {
	font-style: normal;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	margin: 15px;
}
