* {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}
#wrapper {
	width: 905px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	height: 93px;
	width: 905px;
}
#wrapper #navigation {
	height: 43px;
	width: 905px;
}
#wrapper #belownav {
	background-color: #000;
	height: 0px;
	width: 905px;
}
#wrapper #bodyArea {
	background-color: #000;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	top: 2px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	letter-spacing: 1.5px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #bodyArea #right {
	width: 905px;
	float: right;
	background-color: #000;
	text-align: center;
}
#wrapper #bodyArea #footer {
	height: 44px;
	background-color: #000;
	clear: both;
	width: 905px;
}
#wrapper #bodyArea #right h1 {
	text-align: center;
}
#wrapper #bodyArea #right h2 {
	font-family: Papyrus;
	font-size: 24px;
	color: #FFF;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	font-style: normal;
}
#wrapper #bodyArea #right h3 {
	width: 755px;
	text-align: center;
	float: right;
}
#wrapper #bodyArea #right h4 {
	font-family: Papyrus;
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
}
#wrapper #bodyArea #right p {
	font-family: Papyrus;
	font-size: 20px;
	color: #FFF;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	font-style: normal;
	font-weight: normal;
}
#wrapper #bodyArea #right form table {
	font-style: normal;
	font-weight: lighter;
}
#wrapper #bodyArea #right h4 {
	text-align: center;
	margin: 20px;
}
#wrapper #right h3 {
	text-align: center;
}

/* Bottom Page Fade */

#bottom-fade {
	width: 100%;
	height: 40px;
	z-index: 99;
	position: fixed;
	bottom: 0%;
	background-image: url(../images/bottom-fade.png);
	background-repeat: repeat-x;
	float: left;
}
