html, body {
	height: 100%;
	margin: 0px; padding: 0px; 
	background-color:#282828;
}

body {
	color: #C2C2C2;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;

}

#container {
    height: 600px; 
	width: 980px;
	background-color:#282828;
	position: absolute;
	left: 50%;
	margin-left: -490px;/* Half the width of the DIV tag which is 50 pixels */
}

#header {
    height: 122px; 
	width: 980px;
	background-color:#201f1e;
	color: white;
	text-align: center;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center; 
}


/*#menu {border: 1px black solid; height: 466px; width: 198px; float:left; background-color:#201f1e; padding-top: 10px;}*/
#menu {height: 466px; width: 198px; float:left; padding-top: 10px;}
.menu {
 margin:0px;
 padding:0px;
 list-style:none;
 text-align: center;
}
.menu li {
 display:inline;
}
.menu li a {
 display:block;
 height:25px;
 /* background:url(images/styles/fancygray_3.7/buttons/custom/neon-leftUp.png) no-repeat; */
 background:url(../images/neon-leftUp.png) no-repeat;
 text-decoration:none;
 font-size:9px;
 font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
 letter-spacing:1px;
 line-height:25px;
}
.menu li a strong {
 margin:0 0 0 25px;
 display:block;
 float:none;
 height:25px;
 /* background:url(images/styles/fancygray_3.7/buttons/custom/neon-rightUp.png) right top; */
 background:url(../images/neon-rightUp.png) right top;
 padding:0 25px 0 0;
 color:#FFF;
}
.menu li a:hover {
 border:0;
 /* background-image:url(images/styles/fancygray_3.7/buttons/custom/neon-leftOver.png); */
 background-image:url(../images/neon-leftOver.png);
 cursor:pointer;
 color:#FFF;
}
.menu li a:hover strong {
 border:0;
 /* background-image:url(images/styles/fancygray_3.7/buttons/custom/neon-rightOver.png); */
 background-image:url(../images/neon-rightOver.png);
 cursor:pointer;
 color:#FFF;
}
.menu li a.current {
 /* background-image:url(images/styles/fancygray_3.7/buttons/custom/neon-leftOver.png); */
 background-image:url(../images/neon-leftOver.png);
 color:#FFF;
}
.menu li a.current strong {
 /* background-image:url(images/styles/fancygray_3.7/buttons/custom/neon-rightOver.png); */
 background-image:url(../images/neon-rightOver.png);
 color:#FFF;
}
.menu li a.current:hover {
 /* background-image:url(images/styles/fancygray_3.7/buttons/custom/neon-leftUp.png); */
 background-image:url(../images/neon-leftUp.png);
 color:#FFF;
 cursor:pointer;
}
.menu li a.current:hover strong {
 /* background-image:url(images/styles/fancygray_3.7/buttons/custom/neon-rightUp.png); */
 background-image:url(../images/neon-rightUp.png);
 color:#FFF;
 cursor:pointer;
}

#slideshow {
	border-top: 1px black solid; 
	height: 476px; 
	width: 778px;
	float:left;
	text-align: center;
/*	background-color:#282828;*/
}

a img {border : 0}
a {color: white; font-weight: bold; text-decoration:none;}

#content {
	text-align: left
}

h1,h2 {color: #920000;}/*#ff8c00*/

#footer {
	font-size: 9px;
 	padding-bottom: 2em; 
 	color: #ff8c00;
	
}
th {color: #ff8c00;}

table {width: 50%; margin: 10px auto}
th, td {border: 1px dotted #464646}
