/* basic */
body {
    font: .8em verdana, arial, sans-serif;
    margin-left:10px;
    margin-right:10px;
	margin-top:0;
    background: #000000;
	color: #ffffff;
}


 
 div#mainwrapper {
    width:760px;
  
    margin-left:auto;
    margin-right:auto;
	background-color: #af000c;
}

#content {
 	width:auto;
 	margin-left:315px;
	margin-top: -520px;
 	margin-right:10px;
    
	color: #000;
    padding: 0px;
    }
	
	#content a:link, a:visited {
	text-decoration: none;
	color: #ffffff
}


#content a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#footer 
{text-align: center;
}

H1 {
		font-size: 2.1em;
		}
		
h2{
		font-size: 1.4em;
	}
	
a:link, a:visited, a:hover {
	text-decoration: underline;
}



.center {
	text-align:center;
}