body { font-family: Arial, Verdana, Times, sans-serif;
		 font-size: 11px;
		 color: #fff;
		 background: #111016;}
		 
a, a:link, a:visited, a:active { color: #fff; text-decoration: none; font-weight: bold;}	

a:hover { color: #111016; font-weight: bold;}		 
		 
/* Container */

#container { width: 590px;
			    margin: 20px auto 20px auto;
		 		 background: #2d2c30;}
 				 
/* Header */
 
#header { width: 590px;
			 height: 200px;
			 background: url(./images/lay3.png);
			 border-bottom: 2px solid #808080;} 
			 
#header ul { text-align: right; 
				 margin: 0px 20px 0 0;
				 padding-top: 186px;
				 font-size: 11px;}			
			
#header li {display: inline;
				padding: 0px 5px 0px 5px; 
				background: #2d2c30;
				text-align: center;}		
				
#header li:hover { color: #111016;
					  	 background: #808080;
		   			 padding: 0px 5px 0px 5px;}				
				
#header a, a:link, a:visited, a:active { color: #fff; text-decoration: none; font-weight: bold;}	

#header a:hover { color: #111016; font-weight: bold;}												 				 

/* Content */

#content { padding: 0 20px 0 20px; }

h1 {color: #fff;
    font-size: 15px;
	 border-bottom: 1px solid #808080;}
	 
h2 { color: #fff;
	  font-family: "Century Gothic";}	 
	 
b {color: #808080;}
	 
#content a, a:link, a:visited, a:active { color: #808080; text-decoration: none; font-weight: bold;}	

#content a:hover { color: #fff; font-weight: bold; background: #111016;}	 

/* Footer */

#footer {font-size: 11px;
			text-align: center;
			padding: 20px;
			border-top: 2px solid #808080;}	
			
#footer a, a:link, a:visited, a:active { color: #808080; text-decoration: none; font-weight: bold;}	

#footer a:hover { color: #fff; font-weight: bold; background: #111016;}					 
