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



#wrapper{
width:900px;
padding:0 0 0 0;
margin:0 auto;
color: #AAA;
background: rgba(0,0,0,0.9);  //when a background image needs to be darkened
//background: rgba(255,255,255,0.1);  //when a background needs to be lightened
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
//box-shadow: 0 0 1.5em #FFF;
height:100%;
}
	
	#faq{
		text-align:left;	
	}
	
	p.faq{
		text-align:left;	
	}
	
#nav{
padding:5px 5px 20px 5px;
}

ul.nav{
width:700px;
list-style:none;
margin:0;
padding:0 0 0 0;
}

ul.nav li {
display:inline;  
}

ul.nav li a {
display:inline;
padding:0px 10px 0px 10px; 
width:650px;
height:auto;
color:#AAA; 
text-align:center; 
font-family:Helvetica, Arial, Sans-serif;
font-size:16px;
font-weight:bold;
text-transform:uppercase;
}

table
{
border-collapse:collapse;
}

table, th, td
{
border: 1px solid white;
}

ul.nav li a:hover {
color:#FFF; 
text-shadow: 0 0 0.2em #FFF;
}		