@font-face {
	font-family: 'Interstate';
	src: url('../f/interstateregular.eot');
	src: url('../f/interstateregular.eot?#iefix') format('embedded-opentype'), url('../f/interstateregular.woff') format('woff'), url('../f/interstateregular.ttf') format('truetype'), url('../f/interstateregular.svg#interstateregular') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Interstate';
	src: url('../f/interstateextralight.eot');
	src: url('../f/interstateextralight.eot?#iefix') format('embedded-opentype'), url('../f/interstateextralight.woff') format('woff'), url('../f/interstateextralight.ttf') format('truetype'), url('../f/interstateextralight.svg#interstateextralight') format('svg');
	font-weight: 100;
	font-style: normal;
}
/* 0. Reset /////////////////////////////////////////////////////////////////////////////////// */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0px;
	margin: 0px;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: inherit;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
}
article, aside, figcaption, figure, footer, header, hgroup, #nav, section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img, :link img, :visited img {
	border: none;
}
:focus {
	outline: none;
}
/* 1. Generic /////////////////////////////////////////////////////////////////////////////////// */
body {
	font: 400 12px "Interstate", Arial, Helvetica, sans-serif;
	color: #777;
	background-color: #f4f4f4;
}
h2, h3 {
	font: 100 24px "Interstate", Arial, Helvetica, sans-serif;
	margin-top: 30px;
}
h3 {
	font-size: 21px;
	text-transform: uppercase;
}
a {
	color: #777;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
p {
	line-height: 140%;
	margin-top: 20px;
}
/* 2. Layout /////////////////////////////////////////////////////////////////////////////////// */
#container {
	position: relative;
	width: 800px;
	margin: 50px auto;
	border-radius: 2px;
	box-shadow: 0px 1px 11px rgba(0,0,0,0.3);
	background-color: #fff;
}
#content {
	padding: 0 40px 40px;
}




