body {
	background-color: #dedbc6;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 0.8125em; /* 13px / 16px */
}
h1 {
	color: #333;
	font-weight: 800;
	font-size: 3.69230769em; /* 48px / 13px */
	text-align: center;
	text-shadow: #dedbc6 -1px 1px 0px, #dedbc6 -2px 2px 0px, #fff -3px 3px 0px, #fff -4px 4px 0px;
	text-transform: uppercase;
	margin: 5px auto;
	vertical-align: middle;
	letter-spacing: -2;
}

h1 img {
	vertical-align: middle;
}


h2 {
	color: #444;
	font-weight: bold;
	font-size: 1.53846154em; /* 20px / 13px */
	text-transform: uppercase;
	letter-spacing: -1px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

#subtitle {
	font-style: italic;
	margin-left: 30%; /* 210px / 700px */
	margin-top: -40px;
	margin-bottom: 40px;
}

#content {
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
}

ul {
	list-style-type: none;
	margin-left: 1.42857143%; /* 10px / 700px */
	line-height: 2;
}

a {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #88372c;
	text-decoration: underline;
	font-weight: bold;
}

