html, body, div, object, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, form, fieldset, input, textarea, select, label, legend, button, a, small, table, th, td {margin:0; padding:0; line-height:1em;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block;}
audio, canvas, video {display:inline-block;}
body {text-rendering:optimizeLegibility;}
html, fieldset, img, abbr {border:0;}
img {vertical-align:middle;}
ul, ol {padding-left:1.5em;}
input, textarea, select, button {font-size:1em; font-family:inherit;}
input[type="text"] {-webkit-appearance:none; border-radius:0;}
button, input[type="button"], input[type="reset"], input[type="submit"], label[for] {cursor:pointer;}
sup, sub {position:relative; top:-.4em; vertical-align:baseline;}
sub {top:.3em;}
table {border-collapse:collapse; border-spacing:0;}
th {text-align:left;}
code {white-space:pre;}
abbr[title] {cursor:help;}
ins {text-decoration:none;}
q:before, q:after {content:"";}
a:hover, a:focus, a:active {outline:0;}
.cf:before, .cf:after {content:""; display:table;}
.cf:after {clear:both;}

body {
	font-family: 'MillerRegular', Georgia, serif;
	font-size: 16px;
	color: #231F20;
}

.container {
	max-width: 1200px;
	padding: 8%;
	margin: 0 auto;
}

.lockup {
	margin-bottom: 40px;
}

.lockup img {
	width: 50px;
	height: 50px;
}

.lockup .title {
	float: right;
	line-height: 60px;
}

h1 {
	font-family: 'MillerItalic', Georgia, serif;
	font-size: 2.2em;
	line-height: 1.6em;
	font-weight: normal;
	margin-bottom: 30px;
}

p {
	font-size: 1.6em;
}

a {
	color: #231F20;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.copy {
	text-align: center;
}
