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


body {
	padding: 0;
	margin: 0;
	background: #000000 url(images/skelback4.jpg) no-repeat center top;
	
	font:70% 'helvetica neue',sans-serif;letter-spacing:0px;}

 
h1{font:bold 90% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}
h2{font:bold 80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}






hr {border: none 0; 
border-top: 1px solid #319C31;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

#header {
	height: 250px;
	width: 720px;
	margin: 0 auto;
	position: relative;
}

#content {
	width: 720px;
	margin: 50px auto 0;
	background: #ffffff;
   
	padding: 0px 15px 15px  15px;	
	
}
h1 {
	margin: 0;
	padding: 0;
}






#navbox {
	width: 720px;
	margin: 160px auto 0;
	background: none;
   
	
	
}


#nav {

 
 list-style: square outside none; 

 font: 100% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase; color:#99CC33;}

#nav li {
  background: none;
 float: left;
 padding: 0;
 width: 214px;
 text-align: center;
}
#nav a, #nav a:visited {
 text-decoration: none;
 color: #99CC33;
}
#nav a:hover {
 text-decoration: underline;
}
#nav span {
 display: none;
 position: absolute;
}
#nav a:hover span {
 display: block;
}
