body {
	background-color: #000000;
	font-family: sans-serif;
	color: FFFFFF;
}
#wrapper {
	width: 800px;
	height: 470px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -235px;
	margin-left: -400px;
}
#navBar {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 75px;
	background-image: url('navBG.jpg');
	background-repeat: repeat-x;
}
#logo {
	float: left;
}
img {
	border: 0;
}
#navButtons {
	padding: 0;
	margin: 0;
	float: right;
	list-style: none;
}
#navButtons li {
	padding: 0;
	margin: 0;
	width: 100px;
	height: 75px;
	float: left;
	text-align: center;
	border-left: 1px #222222 dotted;
}
#navButtons li a {
	height: 55px;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration:none;
	padding-top: 20px;
	display: block;
}
#navButtons li a:hover {
	background-image: url('rollover.jpg');
	background-repeat: repeat-x;
}
#content {
	width: 100%;
	height: 375px;
	background-image: url('homeBG.jpg');
}
#footer {
	width: 100%;
	height: 20px;
	background-color: #191919;
	text-align: center;
}
a.contactLink:link {
	text-decoration:none;
	color: #999999;
}
a.contactLink:hover {
	text-decoration:underline;
	color:#F0F0F0;
}
a.contactLink:visited {
	text-decoration:none;
	color: #999999;
}
