body {
	background-color: #BBBBBB;
	margin-top: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 165%;
	color: #FFFFFF;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding-top: 0px;
}
#navBar {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
a:link, a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#content {
	position: absolute;
	top: 150px;
	width: 800px;
}
#left {
	position: absolute;
	top: 20px;
	left: 45px;
	width: 450px;
}
#right {
	position: absolute;
	top: 20px;
	left: 535px;
	width: 235px;
}
.title {
	font-size: 28px;
}
.subtitle {
	font-size: 20px;
}
.footer {
	font-size: 11px;
}
.sponsors {
	color: #000000;
	font-size: 28px;
}
#botnav {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	height: 40px;
                  position: relative;
}

#botnav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#botnav a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#botnav a:hover {
	text-decoration: underline;
	color: #C0C0C0;
}
