
/* CSS Document */


body {
	padding: 0;
	margin: 0;
	background: #000000 url(images/revolverback.jpg) no-repeat center top;
	color:#CCCCCC;
	font-family: 'helvetica', sans-serif;
	font-size: 75%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 120%;
	
}



#content {
	width: 720px;
	margin: 10px auto 0px;
	background: #000000;
   
	padding: 10px 15px 15px  15px;	
	
}






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


#nav {

 
 list-style: square outside none; 

 font: 100% 'helvetica neue',sans-serif;
 letter-spacing:4px;
 text-transform:uppercase; 
 color:#999999;
 font-weight: bold;
 
 }

#nav li {
  background: none;
 float: left;
 padding: 0;
 width: 214px;
 text-align: center;
}

#nav a, #nav a:visited {
 text-decoration: none;
 color: #ffffff;
}
#nav a:hover {
 text-decoration: underline;
 color: #999999;
}




a:link {
	color: #FF33FF;
}

 
h1{
	letter-spacing:4px;
	text-transform:uppercase;
	font-family: 'helvetica neue', sans-serif;
	font-size: 100%;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #2C0085;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	text-align: center;	
}
h2{font:bold 90% 'helvetica neue',sans-serif;letter-spacing:4px;text-transform:uppercase;}


h3{font-family: 'helvetica', sans-serif;
	font-size: 90%;
	font-weight: bold;
	font-style: normal;
	}



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




