@charset "utf-8";
/* CSS Document */
@charset "utf-8";
p,h1,h2,h3,h4,ol,ul,li {
	margin:0;
	padding:0;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif, "Curlz MT";
	font-size: 98%;
	color: #999;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #333;
	background-image: url(../images/other/bg.jpg);
}

a:link,a:visited {
	text-decoration:none;
	color:#FFF
}

a:hover, a:active {
	color: #F00;
	font-weight: normal;
	font-style: oblique;
	text-decoration: none;
}
#mainContent p a img {
	color: #000;
}
h1,h2,h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: .4em;
}
h4 {
	font: 1.6em Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
h5 {
	color: #FFF;
	text-align: center;
	font: 1.2em Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 1em;
	line-height: 1.6;
	color:#FFF;
	}

#content h1 {
	font-size: 1.8em;
	color: #000
}
#content h2{
	font-size:1.4em;
	color:#999;
	text-align: center;
}
#content ul {
	margin-left: 40px;
	margin-bottom: 1em;
}

#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 1000px;
	background: #000;
}
#header {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	height: 261px;
	background-color: #000;
	color: #CCC;
}
#header img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 0px none #000;
}

#pageHeader {
	background: #000;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	color: #CCC;
}
#pageHeader img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	border: 0px none #000;
}

#navSidebar {
	background: #000;
	float: left;
	width: 148px;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	list-style: square;
	height: 500px;
}
#navSidebar #nav {
	text-align: left;
	width: 105px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	list-style: none;
	color: #FFF;
	font-weight: bold;
}
#navSidebar div p {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 5px 0px 0px;
	color: #FFF;
}
#navSidebar hours {
	margin: 5px;
	padding: 5px;
	border: 1px solid #000;
	background: #d2a8db;
	text-align: center;
}

#mainContent {
	background: #000;
	padding: 5px;
	width: 800px;
	height: 750px;
	padding: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: double;
	border-left-style: double;
	margin-left: 180px;
}
#mainContent p img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#mainContent h1 {
	padding-left: 10px;
	color:#FFF;
}
#mainContent h2 {
	padding-left: 10px;
}
#mainContent ul li {
	padding-left: 2px;
	text-align: left;
	text-indent: 5px;
	height: auto;
	width: auto;
	list-style: none;
}

#mainContent a:link {
	color: #FFF;
	border-style: none;
	text-decoration: none;
}
#mainContent a:visited, a:active {
	color:#FFF;
	text-decoration:none;
	border-style:none;
}
#mainContent a:hover {
	color:#FFF;
	border: thin none #999;
}
#footer {
	background: #000;
	margin: 0px;
	clear: both;
	text-align: center;
	line-height: 50px;
	color: #FFF;
	border-top: 2px double;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#footer h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #000;
}

.yellow {
	color: #FF0;
	font: bold medium/25px Tahoma, Geneva, sans-serif;
}

.current {
	color: #000;
}
.nav {
}
#mainContent h1 img {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#wrapper #footer .yellow a {
	color: #FF0;
}
h6 {
	font-size: large;
	color: #FFF;
	text-align: center;
}
