body {margin: 0px;
		font-family: "Trebuchet MS", "Georgia", "Times New Roman";
		font-size: 12px;
		color: #fff;
		background: #000;}
		
/* Container */

#container { width: 51.2%;
				 margin: 20px auto 20px auto;
				 padding: 0px 20px 0px 20px;
				 background: ##111312;
				 border: 2px solid #e27932;}
				 
/* Header */

#header {margin-top: 0px;
			padding-top: 0px;
			height: 420px;
			background: #111312 url(/images/aqsoundtrack.png) no-repeat;
			border-bottom: 1px solid #e27932;
			}

#header ol {font-size: 13px;
	    		margin-top: 0px;
	    		padding-top: 9px;
	    		margin-left: 65%;
	    		line-height: 0px;
	    		text-align: left;
	    		list-style-type: decimal;
	    		letter-spacing: 2px;
	    		font-family:"Alte Haas Grotesk";
	    		}
ol .class { border: 1px solid #fff;}

#header li {display: list-item;
	    		padding-left: 10px;
  	    		padding-right: 15px;
  	    		padding-top: 5px;
  	    		line-height: 30px; }	 	
  	    
#header a, a:link, a:visited, a:active {color: #e27932; text-decoration: none;}

#header a:hover {color: #fff;}  	  	    
			
/* Content */

#content { padding: 0px 10px 10px 10px;}	

#content h2 {font-size: 20px;
				 font-family: "Alte Haas Grotesk";
				 font-weight: normal;
				 text-transform: uppercase;
	     		 color: #e27932;
	     		 margin-top: 20px;
	     		 margin-bottom: 15px;
	     		 letter-spacing: 1px;
	     		 border-bottom: 1px solid #e27932;}
	    
i { color: #e27932; }	   

#content a, a:link, a:visited, a:active {color: #e27932; text-decoration: none; }

#content a:hover {color: #fff; border-bottom: 1px dotted #fff;} 


/* Footer */

#footer { padding: 20px;
			 font-size: 11px;
			 text-align: center;
			 border-top: 1px solid #e27932;}		
			 
#footer a, a:link, a:visited, a:active {color: #e27932; text-decoration: none;}

#footer a:hover {color: #fff; border-bottom: 1px dotted #fff;}			 
			 
			  
