* {
	padding: 0;
	margin: 0;
}
body {
	padding: 0 0 120px;
	color: #fff;
	background: #a8001f;
	font-family: Univers, "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
}
h1 {
	bottom: 0;
	width: 817px;
	height: 127px;
	background: #fff url(../images/i-am-jef-logo-large.gif) no-repeat center 100%;
}
q {
	bottom: 104px;
	width: 343px;
	height: 59px;
	background: url(../images/if-you-cant-trust-an-advertiser.gif) no-repeat 0 0;
}
p {
	width: 817px;
	margin: 0 auto;
	font-size: 10.67px;
	text-shadow: 0 0 0 #000;
}
.ir {
	position: absolute;
	display: block;
	text-indent: -2000em;
	overflow: hidden;
}
#content {
	position: relative;
	width: 817px;
	padding: 75px 0 165px;
	border: solid 16px #000;
	border-top: none;
	margin: 0 auto;
	color: #1b1818;
	background: #fff;
}
#nav {
        padding-top: 40px;	
        padding-bottom: 315px;
	text-align: right;
}
	#nav a {
		color: #000;
		font: normal 12px 'Courier New', Courier, monospace;
		text-decoration: none;
		text-transform: uppercase;
	}
		#nav a:hover {
			text-decoration: underline;
		}
	#nav li {
		display: inline;
		padding: 0 30px 0 0;
		list-style-type: none;
	}
