body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../Images/MAINBACKGROUND.jpg);
	background-color: #000;
}
#wrapper {
	background-color: #f7f7f7;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#wrapper #Logo {
	height: 120px;
	background-color: #000;
}
a href {
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	background-color: #000;
}
#wrapper #headerImg {
	height: 250px;
	background-color: #000;
	background-image: url(../Images/headerImg.gif);
	background-repeat: no-repeat;
}
#bodyArea #left {
	width: 350px;
	float: left;
	color: #FFF;
	height: 800px;
	text-align: center;
	background-color: #000;
}

#bodyArea #right {
	width: 450px;
	float: right;
	color: #FFF;
	height: 800px;
	background-image: none;
	text-align: center;
	background-color: #000;
}
#bodyArea #footer {
	height: 40px;
	clear: both;
	color: #FFF;
	text-decoration: underline;
	background-color: #000;
}
#bodyArea #right form table {
	text-align: left;
	color: #FFF;
}
form table {
	text-align: left;
}
#wrapper #contactform {
	background-image: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	background-color: #000;
}
#bodyArea #emailform {
	background-image: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
	width: 800px;
	float: none;
	background-color: #000;
}
#wrapper #left {
	background-color: #000;
	color: #FFF;
}
#bodyArea #bio {
	background-color: #000;
	color: #FFF;
	width: 800px;
	height: 500px;
}
#bodyArea #center {
	color: #FFF;
	background-color: #000;
	width: 800px;
}

