.body {
	font-family: "helvetica", san-serif;
	font-size: small;
	font-weight: 300;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}
#maincontent {
	margin-left: auto ;
 	margin-right: auto ;
	width: 780px;
	text-align: center;
	font-family: "helvetica";
	font-size: small;
	font-weight: 300;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	padding-top: 60px;
}
.header {
	font-family: "Adobe Garamond Pro", "Garamond", "Times New Roman", Times, serif;
	font-size: 50px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	letter-spacing: 30px;
}
.subheader {
	font-family: "Adobe Garamond Pro", "Garamond", "Times New Roman", Times, serif;
	font-size: 25px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	letter-spacing: 20px;
}#footer {
	width: 780px;
	color: #FFF;
	text-align: center;
	letter-spacing: 2px;
	padding-top: 70px;
	margin-left: auto;
 	margin-right: auto;
}
.spacing{
	font-family: "Adobe Garamond Pro", "Garamond", "Times New Roman", Times, serif;
	font-size: small;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	letter-spacing: 10px;
}
.orange{
       color: #f7b987;	
}
a{color:white; text-decoration: none;}

