body {
	background-color: #000;
	margin-top: 0px;
	margin-left: 0px;
}

a {
	outline:none;
}
a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}

#wrapper {
	width: 900px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/headerBg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 82px;
	width: 900px;
}
#logo {
	height: 82px;
	width: 154px;
	margin-left: 44px;
	float: left;
}
#location {
	float: right;
	height: 57px;
	width: 125px;
	padding-right: 20px;
	font: 18px Arial, Helvetica, sans-serif;
	color: #333;
	margin-top: 25px;
}

#contact {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #930;
	height: 37px;
	width: 123px;
	margin-top: 20px;
	margin-right: 10px;
}
#header-bottom {
	background-image: url(images/top_menu.gif);
	background-repeat: no-repeat;
	background-position: 44px 0px;
	margin: 0px;
	padding: 0px;
	height: 4px;
	width: 900px;
}
#main-holder {
	height: 484px;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#menu {
	position: absolute;
	background-image: url(images/menuBg2.png);
	background-repeat: no-repeat;
	height: 481px;
	width: 154px;
	margin-left: 44px;
}
#menu h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	margin-top: 30px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#menu a:link, #menu a:active, menu a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}


#menu p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
}
#links {
	float: left;
	width: 142px;
	margin-left: 55px;
	margin-top: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FC9;
}
#flash-holder {
	float: left;
	height: 396px;
	width: 642px;
	margin-left: 30px;
	padding: 0px;
	background-color: #000;
	margin-top: 15px;
}
#main-footer {
	height: 74px;
	width: 900px;
}
#bottom {
	background-image: url(images/bottom_yellow.gif);
	background-repeat: repeat-x;
	height: 6px;
	width: 900px;
	padding: 0px;
	margin: 0px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FC9;
	text-align: center;
	width: 930px;
	margin: 0px;
	padding-top: 15px;
}
.spacer {
	clear: both;
}
