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