body {
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	line-height: 1.5em;
	min-width: 1000px;
	max-width: 1200px;
	margin: 0;
}

div#marginwrap {
	margin: 0 5% 0 5%;
}

/* @group nav */

div#nav {
	background-color: #000;
	color: #fff;
	margin: 0 0;
	text-align: left;
	font-size: 16px;
	padding: 3px 1em 3px 0px;
	width: 100%;
	position: fixed;
	z-index: 1;
}

.navlink {
	margin: 0px 1em 0px 1em;
}

.navlink a {
	font-weight: normal;
	color: #ccc;
	font-variant: small-caps;
	text-decoration: none;
}

.navlink a:hover {
	color: #bf0022;
}

#copyright {
	font-size: 12px;
	color: #666;
	margin: 0 1em 0 0;
}

/* @end */

h1 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -2px;
	font-size: 270%;
	line-height: 1em;
	color: #bf0022;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -1px;
	font-size: 170%;
	line-height: .5em;
	color: #bf0022;
	margin-top: 0px;
	margin-bottom: 2px;
}

a {
	color: #bf0022;
	text-decoration: none;
	font-weight: bold;
}

.description1 {
	font-size: 75%;
	color: #666;
	vertical-align: middle;
}

.description2 {
	font-size: 80%;
	color: #000;
	line-height: 1.25em;
	display: block;
}

.description3 {
	font-size: 100%;
	color: #000;
	line-height: 1.2em;
	display: block;
}