body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: 000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	border-top: 1px transparent solid;
	margin-top: -1px;
	scrollbar-3dlight-color:"#EEEEEE";
	scrollbar-arrow-color:"#999999";
	scrollbar-base-color:"#FFFFFF";
	scrollbar-darkshadow-color:"#DDDDDD";
	scrollbar-face-color:"#FFFFFF";
	scrollbar-highlight-color:"#DDDDDD";
	scrollbar-shadow-color:"#DDDDDD";
	z-index:0;
	position:relative;
}

p { font-family: font-size: 12px}
ul {
	font-family:  font-size;
	list-style-type: none;
: 12px; list-style-type: square}
h2 {  font-family: font-size: bold 12px;}
h3 { font-size: 18px; font-style: italic}
.credit {  font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif}
a:link {  color: #FFCC00; text-decoration: none}
a:hover {  color: #FFFFFF; text-decoration: underline}
a:active {  }
a:visited {
color: #999999; text-decoration: none
}


#menu {
	width: 100%;
	float: left;
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 10px;
	border: none;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 87px;
float: left;
}

#menu a, #menu h2{
	font: bold 11px;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
	text-align: center;
}

#menu h2 {
	color: #fff;
	background: #000000;
	text-transform: uppercase;
	text-align: center;
}

#menu a {
color: #ffffff;
background: #000000;
text-decoration: none;
filter: alpha(opacity=90);
}

#menu a:hover {
color: #a00;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

div.items p:not(:target) {display: none}
div.items p:target {display: block}

#main {
width: 100%;
margin: 0 auto; /* We are going to center this design */
text-align: left; /* Since we used text-align: center in the body to be sure some older IE versions are going to center our design, we now align the text left */
}
	
img#background { width: 100%; z-index: -1; position:relative; color: black; }


#footer {
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;
	position: relative;
	z-index: 100;
	background-color: #000000;
	height: 200px;
	width: 60%;
	float: left;
}

#description {
	float: left;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;
	background-color: #000000;
	border: none;
	position: relative;
	width: 60%;
	vertical-align: top;
	overflow: auto;
	list-style-type: none;

	
}

#nav {
	float: right;
	background-color: #000000;
	border: none;
	color: #FFFFFF;
	position: relative;
	width: 40%;
	vertical-align: top;
	overflow: auto;
	}

#overlay {
	float: right;
	background-color: #000000;
	border: none;
	color: #FFFFFF;
	position: absolute;
	width: 300px;
	vertical-align: top;
	overflow: auto;
	z-index: 100;
	top: 20px;
	right: 20px;
	}
 
