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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
}

:focus {
	outline: 0;
}

@font-face {
	font-family: 'Futura'; 
	src: url('../fonts/FuturaLT-Book.ttf') format('truetype');
}

body {
	background: #202020;
	border-top: #FFF 10px solid;
	color: #FFF;
	font-size: 0.75em;
	font-family: "Helvetica", "Verdana", "Arial", sans-serif;
}

a, a:link, a:hover, a:visited {
	color: #00A8DD;
	text-decoration: none;
}

p {
	margin: 0 0 1em 0;
}

h1 {
	font-family: "Futura", "Avant Garde LT", "Century Gothic", "Helvetica", sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 16px;
}

.stage {
	width: 980px;
	margin: 0 auto;
	overflow: auto;
	padding-bottom: 2em;
}

.top {
	padding-top: 100px;
}

.fold {
	clear: both;
	overflow: auto;
	background-color: #101010;
	padding-bottom: 20px;
	border-bottom: 24px solid #000;
}

.left {
	width: 300px;
	float: left;
	clear: both;
}

.right {
	width: 570px;
	float: left;
	clear: none;
	padding-left: 30px;
}

.peeps {
	margin: 30px 0 60px;
	overflow: auto;
}

.peeps div {
	width: 147px;
	float: left;
	margin: 0 42px 24px 0;
}

.peeps p {
	color: #4A5258;
}

.peeps img {
	background: #000;
	padding: 6px;
	margin-bottom: 4px;
}

.peeps img.dl {
	padding: 0;
	margin: 0;
	float: right;
	display: inline;
	background: transparent;
}

.projects div {
	width: 340px;
}

.projects img {
	margin-bottom: 16px;
}

em {
	font-style: normal;
	display: block;
	color: #00A8DD;
	font-size: 0.8em;
}

strong {
	color: #00A8DD;
	font-weight: normal;
}

#toptab {
	padding: 0;
	margin-top: -10px;
}

#toptab img {
	border-bottom: 3px solid #000;
	margin-left: 330px;
}

#toptab .stage {
	padding-bottom: 0;
}
