@import url(ext/reset.css);
@import url(ext/typography.css);
@import url (ext/ie.css);

body {
	font: normal 75%/1.5 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #444;
}

h1, h2, h3 {
	letter-spacing: -.06em;
	color: #000;
}

h2 {
	font-size: 1.5em;
}

a {
	color: #333;
}

#wrap {
	margin: 32px auto 0;
	width: 620px;
}

.logo {
	display: block;
	margin: 142px 0 24px;
}

.alt {
	font-family: 'Warnock Pro', 'Goudy Old Style', 'Palatino', 'Book Antiqua', Georgia, serif;
	font-style: italic;
}

.lead {
	line-height: 1.65em;
	font-size: 1.35em;
	background: #f9f9f9;
	padding: 12px;
}

.middle {
	text-align: center;
}
