@charset "utf-8";
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-image: url();
	background-repeat: repeat-x;
	margin-top: 0px;
}
a:link {
	color: #FFFF99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00FF00;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 1.4em;
	color: #FFFFFF;
}
#wrapper {
	background-image: url(images/wrapperbg.jpg);
	text-align: left;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#copyright {
	width: 990px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#header {
	height: 165px;
	background-image: url(images/wrapperbg.jpg);
}
#leftHeader {
	float: left;
	height: 165px;
	width: 210px;
}
#content {
	background-image: url(images/wrapperbg.jpg);
}
#footer {
	clear: both;
	height: 35px;
	padding-top: 15px;
	background-image: url(images/footerbg.jpg);
}
#rightHeader {
	float: right;
	height: 165px;
	width: 780px;
}
#leftColumn {
	float: left;
	width: 210px;
}
#righColumn {
	float: right;
	width: 735px;
	margin-right: 30px;
	margin-left: 15px;
}
#hours {
	clear: both;
	height: 100px;
}
.style2 {color: #999999}
.style3 {color: #FFFF99}

