body
{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 15px;
	line-height: 21px;
	background: #ccc;
	color: #333;
}

em 		{font-style: italic;}
strong 	{font-weight: bold;}
a:link, a:visited {color: #3F87BB; text-decoration: none; }
a:hover {color: #165d91;}

h6 {display: inline;}

/*layout */

#container {
	margin: 5em auto 0px;
	padding: 3em;
	width: 480px;
	background: #fff;
}

#footer {
	clear: both;
}

/* content */

#content {
	float: left;
}

/* header */
#header {
	position: relative;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 54px;
	line-height: 72px;
	letter-spacing: -3px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: .25em;
}

h2 {
	font-weight: bold;
	font-size: 3em;
	line-height:  1.5em;
	text-transform: uppercase;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}

p {
	margin-bottom: 2em;
}