@charset "utf-8";
/* CSS Document */

body {
	background-color:#131415;
	color:white;
	background-image:url(images/site_bg.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	
	}
div#outer p {
	text-align: center;
}
	
div#outer {
	max-width:980px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

div#container-body {
	max-height:400px;
	position:relative;
	height:auto;
	
	
	
}
div#container-head {
	position:relative;
	
}



#navcontainer {
	


}
ul#navlist {
color:#e6f1f7;
margin-left: 0;
padding-left: 0;
white-space: nowrap;

}

#navlist li
{
display: inline;
list-style-type: none;



}

#navlist a { padding: 10px 87px;
}

#navlist a:link, #navlist a:visited
{
color: #e6f1f7;
font-weight:bold;
font-size:14px;
background-color: #070709;
text-decoration: none;
}

#navlist a:hover
{
color: #e6f1f7;
font-weight:bold;
font-size:14px;
background-image:url(images/hover_green.png);
background-repeat:repeat-x;
text-decoration: none;
}
#navlist li #current {
	background-image:url(images/hover_green.png);
	background-repeat:repeat-x;
}
