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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

/**
 * = general
 * ----------------------------------------------------------
 */

body {
	background: #292929;
}

#container {
	width: 554px;
	height: 284px;
	position: relative;
	top: 200px;
	margin: 0 auto;
	background: url(../images/containerbg.png) no-repeat 0 0;
}

h1 {
	background: url(../images/paradiselost.gif) no-repeat 0 0;
	text-indent: -9000px;
	width: 369px;
	height: 63px;
	position: absolute;
	top: 70px;
	left: 60px;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #606060;
	position: absolute;
	top: 134px;
	left: 60px;
}

ul {
	position: absolute;
	top: 195px;
	left: 60px;
}

ul li {
	margin-right: 10px;
	text-indent: -9000px;
	float: left;
}

ul li a {
	display: block;
	height: 31px;
	float: left;
}

ul li#nav1, ul li#nav2 {
	width: 117px;
}
ul li#nav3 {
	width: 143px;
}
ul li#nav1 a:link,
ul li#nav1 a:visited {
	width: 117px;
	background: url(../images/nav.png) no-repeat 0 0;
}

ul li#nav2 a:link,
ul li#nav2 a:visited {
	width: 117px;
	background: url(../images/nav.png) no-repeat -117px 0;
}

ul li#nav3 a:link,
ul li#nav3 a:visited {
	width: 143px;
	background: url(../images/nav.png) no-repeat -234px 0;
}

ul li#nav1 a:hover,
ul li#nav1 a:active {
	background: url(../images/nav.png) no-repeat 0 -31px;
}

ul li#nav2 a:hover,
ul li#nav2 a:active {
	background: url(../images/nav.png) no-repeat -117px -31px;
}

ul li#nav3 a:hover,
ul li#nav3 a:active {
	background: url(../images/nav.png) no-repeat -234px -31px;
}

/**
 * = Clearfix
 * ----------------------------------------------------------
 * @see http://www.positioniseverything.net/easyclearing.html
 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}