.wholething {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #f7f7f7;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #999999;
	border-left-color: #999999;
	float: none;
	height: 100px;
}
#wrapper #logo {
	height: 100px;
	background-color: #000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 0px;
	padding: 0px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 800px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000;
}
#wrapper #headerImg {
	height: 50px;
	width: auto;
	background-image: url(../images/Header.jpg);
	padding: 0px;
	margin-top: 50px;
}
#wrapper #bodyArea #left {
	background-color: #000000;
	float: left;
	width: 405px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}
#wrapper #bodyArea #left p {
	font-family: Calibri;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	background-color: #000;
}
#wrapper #bodyArea #left h2 {
	font-family: Calibri;
	color: #FC0;
	text-decoration: underline;
}

#wrapper #bodyArea #right {
	width: 395px;
	float: right;
	height: auto;
	background-color: #000;
	margin-top: 30px;
}


#wrapper #navigation {
	height: 35px;
	font-family: Calibri;
	font-size: 18px;
	color: #99FFFF;
	background-color: #000;
	text-align: left;
	padding-left: 0px;
}
#wrapper #navigation {
	color: #FFCC33;
}
#wrapper #navigation a {
	color: #FFCC33;
}

#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	font-family: Calibri;
	color: #FC0;
	background-color: #000;
	margin-right: 50px;
	margin-left: 50px;
	text-align: center;
	margin-top: 65px;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 18px;
}
#wrapper #bodyArea #footer p a {
	font-size: 18px;
	font-family: Calibri;
	color: #FC0;
}
