body {
	background-color: black;
	direction:ltr;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	text-align:center;
}
a {
 	link: white;
 	visited: white;
 	active: white;
}
#wrapper {
	margin:0 auto;
        text-align:left;
	width:1000px;
}
#slider {
	position:relative;
	max-height:800px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
}
#poptext{
	position:absolute;
	top:0px;
	left:0px;
	height: 100%;
	width: 200px;
	opacity: 0.85;
 	filter: alpha(opacity = 80);
        zoom: 1;
	z-index: 99;
	color: white;
	background-color: black;
}
#header{
	height:25px;
	clear:both;

}
ul#list-nav {
list-style:none;
padding:0;
width:525px
}

ul#list-nav li {
display:inline
}

ul#list-nav li a {
text-decoration:none;
padding:5px 0;
width:100px;
background:black;
color:white;
float:left;
text-align:center;
border-left:1px solid #5D6778;
}

ul#list-nav li a:hover {
background:#A8C418;
color:#000
}
h1, h2, h3, h4, h5, h6 {
color:white;
margin:0;
padding:0;
text-align: center;
}
h1 a {
	display: block; text-decoration: none;
	font: 25px Helvetica, Arial, Sans-Serif; letter-spacing: 0px;  
	text-align: center;
	color: #999; text-shadow: 0px 3px 8px #2a2a2a;
 }
 	h1 a:hover {
 		color: #a0a0a0; text-shadow: 0px 5px 8px #2a2a2a;
 	}
 
h2 {
	font: 20px Tahoma, Helvetica, Arial, Sans-Serif;
	text-align: center;
	
	color: white; text-shadow: 0px 2px 3px #555;

}



.nivo-control{
	display: none;

}
p{
	padding-top: 20px;
	padding-left: 20px;

}
.nivo-directionNav{
	color: white;

}
.separator {
background:url("img/separator.jpg") no-repeat scroll center top transparent;
height:3px;
margin:0;
overflow:hidden;
padding:0;
}

