body { margin: 0;
		 font-family: "arial";
		 font-size: 12px;
		 color: #DDD9D9;
		 cursor: default;
		 background: #180201;
		 line-height: 20px;
		 }
		 
a {
	color: #C8B59D;
	text-decoration:none;
	}

a:hover {
	text-decoration:none;
	color: #8D857B;
	}		 
	

#container { width: 55%;
             margin: 20px auto 20px auto;
             }
             

#header {background: url();
			width: 550px;
			height: 450px;}


#content { padding: 0px 15px 0px 15px;
			  text-align: justify;}

#content h2 {padding-bottom: 3px;
				  color: #8D857B;
				  font-family: "century gothic";
	    		  font-size: 13px;
	    		  font-weight: normal;
	    		  text-align: left;
	    		  text-transform: uppercase;
	    		  border-bottom: 1px solid #960D24;
	    		  letter-spacing: 2px;}      
	    		  
#content a, a:link, a:visited, a:active {color: #C8B59D; text-decoration: none; text-transform: none; }

#content a:hover {color: #8D857B;} 
	