html {	background: #000000; }
body {	background: #000000;
	color: white;
	margin-top: 0px;
	font-family: helvetica,arial;
	font-size: 15px;
}

a {
    color: #f0b000;
}

img { border: 0px; }

/* duplicate image positioning */
img.idupe {
	position: absolute;
	z-index: -1;
	visibility: hidden;
}

#header {
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
	line-height: 0px;
    background: #000000 url("images/header.png") top repeat-x;
	width: 900px;
	height: 75px;
}

#header ul {
	top: 0;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header li {
	float: left;
	margin: 0;
	padding: 0;
}

#bodyarea {
    width: 860px;
    margin: 0 auto;
    background-color: #402100;
    padding: 20px;
}

#bodytext {
    text-align: left;
}

#footer {
    margin-right: -1px;
    text-align: center;
}

#slideshow {
    margin-top: 0px;
    margin-left: -450px;
    text-align: center;
    position: absolute;
    left: 50%;
    z-index: -2;
}

.navlink a:link, .navlink a:visited {
	position: static;
	display: block;
	float: left;
	padding: 35px 20px;
    font-size: 16px;
	text-decoration: underlined;
	color: #fff;
	height: 3px;
}

.navlink span,
.navlink a.current,
.navlink a:hover {
	background: #995000;
	border-bottom: 0px;
}
