
/****************Typography ***************/

p {
	font: 12px Verdana, Arial;
	line-height: 1em;
	margin: 10px 0;
}

h1 {
	font: normal 24px Arial;
	margin: 5px 0;
}

h2 { 
	font: normal 16px Arial;
	color: #cc0000;
	margin: 5px 0;
}

/****************General***************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.spacer {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f0f0f0;
	height: 0.5em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;		
}
div.top {
	margin-top: 100px;
	
}

.copy p {
	color: #ccc;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom:10px;
}

