*{
	padding:0;
	margin:0;
	border:0;
}


body, html { 
	background: #000;
	margin:0; 
 	padding:0;
	text-align:center;	
	
}

.Clear {
	clear: both;
}


.Hidden {
	display: none;	
}


#container {
	width:800px;
	margin: 0 auto 0 auto ;	

}


#content {
	margin-top:30px;
	padding-top: 300px ;
	text-align:center;
	background: url(images/logo.jpg) no-repeat center top;
	margin-bottom:50px;
}

#main_content {
	margin-top: 50px;
	text-align:center;

}

		






/* Typography */

body {
	font: 14px verdana, sans-serif, arial, helvetica;	
	line-height: 22px;
	color: #777777;
}

a:link, a:visited {
	color: #d54a05;
	text-decoration: none;
}

a:hover, a:active {
	color: #d54a05;
	text-decoration:underline;
}

h1,h2,h3,h4,h5 {
	font-family: helvetica, arial, verdana, sans-serif,arial,'MS Trebucket';
	color: #887e13;
}


h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;		
}



h2 {
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	margin-top:0px;
	
}

p{
	margin-bottom:15px;

}

.green {
	color: #01a800;

}


