@charset "utf-8";
.html {
	text-align: center;
}
body {
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #000000;
	overflow: scroll;
	position: relative;
	text-align: center;
	background-position: center top;
	font-size: 14px;
	color: #990000;
}
header {
	position: fixed;
	height: 250px;
	width: 800px;
	background-attachment: fixed;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #000000;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #999999;
	position: absolute;
	height: 20px;
	width: 800px;
	top: 110px;
	padding-bottom: 0px;
	left: 96px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrap {
	background-color: #000000;
	height:auto;
	width: 900px;
	overflow: visible;
	position: static;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	top: 200px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	line-height: 16px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: none;
	border: 1px solid #CCCCCC;
	-moz-border-radius-topright: 10px; /* these are  used to round corners */
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

#footer {
	clear: both;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 18px;
	color: #000000;



}
a {font-family:arial black;
   font-size:6; 
   text-decoration: bold;
}
a:link{
	color:#0066FF
} 
a:visited{
	color:#0066FF
}
a:hover{color:#ffffff
}
a:active{
	color: #FF0000
}



ul#list-nav {
   
    margin:0 auto;
    width:920px
	position: absolute;
	height: 20px;
	width: 800px;
	padding-bottom: 12px;
	left: 96px;
	
	
}

ul#list-nav li {
    display:inline
}

ul#list-nav li a {
    text-decoration:none;
    padding:5px 0;
    width:100px;
    background:	#1C1C1C;
    color:#f1a336;
    float:left;
	




    text-align:center;
    border-left:1px solid #000;
}

ul#list-nav li a:hover {
    background:#a2b3a1;
    color:#000
}




#nav {
	width:700px;
 margin:0 auto;


}



