


body 
{
background-color: black;
background-image:
url('images/bg.jpg');
background-repeat: no-repeat;
background-position: top center;
background-attachment: 
fixed;
margin-left: 0px;
margin-top: 0px;
}

p 
{
font-family: "Verdana";
color: #FFFFFF;
font-size: 11pt;
}

h1,h2,h3,h5,h6 
{
color: #CC9966;
font-family: "Verdana"
}

h4 
{
color: #CCFFFF;
font-family: "Verdana"
}


a:link { 
	color: #999999;
	text-decoration: none;
	font-family: "Verdana"
	font-weight: normal;
	font-size: 11pt;
	}
a:visited { 
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	font-family: "Verdana"
	font-size: 11pt;
	}
a:hover { 
	color: #CC9966;
	text-decoration: none;
	font-weight: normal;
	font-family: "Verdana"
	font-size: 11pt;
	}
a:active { 
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	font-family: "Verdana"
	font-size: 11pt;
	}


#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
} 

#nav-menu li
{
float: left;
margin: 0 0.15em;
} 

#nav-menu li a
{
background-color: #161616;
height: 25px;
line-height: 25px;
float: left;
width: 194px;
display: block;
border: 1px solid #333333;
color: #CC9966;
font-family: "Verdana"
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:1024px
} 

