body { margin: 0;
		 font-family: "Arial";
		 font-size: 12px;
		 color: #000;
		 background: #fff;
		 line-height: 20px;
		 }
		 
a {
	color: #000;
	text-decoration:none;
	}

a:hover {
	text-decoration:none;
	color: #999;
	}		 
	
/* Container */

#container { width: 55%;
             margin: 20px auto 20px auto;
             }
             
/* Header */

#header {background: url(images/johnnyt.jpg);
			height: 350px;}


#header ul {font-size: 15px;
				font-weight: normal;
				font-family: "Century Gothic";
	    		padding-top: 325px;
	    		text-align: center;
	    		text-transform: uppercase;}

#header li {display: inline;
				padding-left: 10px;
  	    		padding-right: 15px;
  	    		padding-top: 5px;
  	    		line-height: 30px; }
#header a, a:link, a:visited, a:active {color: #000;text-decoration: none; text-transform: uppercase;}

#header a:hover {color: #ccc; border-bottom: 1px solid #000;}  	  	      	    		  	    		

/* Content */

#content { padding: 0px 15px 0px 15px;
			  text-align: justify;}

#content h2 {padding-bottom: 3px;
				  color: #000;
				  font-family: "Century Gothic";
	    		  font-size: 15px;
	    		  font-weight: normal;
	    		  text-align: left;
	    		  text-transform: uppercase;
	    		  border-bottom: 1px solid #000;
	    		  letter-spacing: 1px;}      
	    		  
#content a, a:link, a:visited, a:active {color: #999; text-decoration: none; text-transform: none; }

#content a:hover {color: #000;} 
	    		  
/* Footer */

#footer { padding: 5px 5px 8px 5px;
			 margin: 0px 15px 0px 15px;
		    font-family: "Century Gothic";
			 font-size: 11px;
			 text-align: center;
	    	 text-transform: uppercase;
			 border-top: 1px solid #000;}	 
			 
#footer a, a:link, a:visited, a:active {color: #333; text-decoration: none;text-transform: uppercase; font-weight:normal;}

#footer a:hover {color: #ccc; border-bottom: 1px solid #000; text-transform: uppercase; font-weight: normal;}			    		         	
	
