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

body { 
	background: #1F1E1D;
    background-image: url(../img/shadowbrow.gif);
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	color: #C0C0C0;
	}
	
h1,h2,h3,h4,h5,h6 { 
	color: #FFF;
	}
	
a, a:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	}

a:hover, a:active {
	color: #FFF;
	text-decoration: underline;
	}
	
ul#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li
{
display: inline;
padding-right: 10px;
}

#navlist a:link, #navlist a:visited {
color: #C0C0C0;
font-weight: normal;
text-decoration: none;
background-image: url(../img/slash_gray.gif);
background-repeat: no-repeat;
background-position: 0 2px;
padding-left: 10px;
}

#navlist a:hover {
color: #FFF;
text-decoration: none;
background-image: url(../img/slash_white.gif);
background-repeat: no-repeat;
background-position: 0 2px;
padding-left: 10px;
}

#navlist a:active, #navlist a:focus {
color: #FFF;
text-decoration: none;
background-image: url(../img/slash_orange.gif);
background-repeat: no-repeat;
background-position: 0 2px;
padding-left: 10px;
outline: none;
}

