body, h1, h2, h3, h4, ul, li, dl, dt, dd, p, img {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Times, Times New Roman;
}

body {
	background: #130000 url(../i/bg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;
}

a {
	color: #FFFFFF;
	font-size: 11pt;
}

img {
	border: 0px;
}

p {
	font-size: 11pt;
	font-family: Times, Times New Roman;
	margin-bottom: 10px;
}

/* ---- */

#container {
	width: 1024px;
	min-height: 800px;
	text-align: left;
	margin: 0px auto 50px auto;
}

/* ---- */

#nav {
	width: 1000px;
	border: 1px solid #000000;
	height: 25px;
	z-index: 900;
}

#nav ul, #nav {
	padding: 0px;
	margin: 0px;
	list-style: none;
	z-index: 900;
}

#nav li { 
	float: left;
	width: 200px;
	text-align: center;
	z-index: 900;
}

*html #nav li { 
	position: relative;
}

#nav li li {
	clear: both;
}

#nav li ul { 
	position: absolute;
	border: 1px dashed #000000;
	font-size: 11pt;
	text-transform: none;
	line-height: 16px;
	background: #59522E;
	left: -999em; 
	z-index: 900;
}


#nav a,
#nav a:visited,
#nav a:hover,
#nav a:active {
	color: #FFFFFF;
	display: block;
	font-size: 11pt;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	width: 200px;
}

#nav a:hover {background-color: #457F63;}

#nav li.current a,
#nav li.current a:visited,
#nav li.current a:hover,
#nav li.current a:active {
	background-color: #8A8565;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

*html #nav li:hover ul, *html #nav li.sfhover ul { /* lists nested under hovered list items */
	left: 0px;
}

/* ---- */

#trail_nav { 
	width: 256px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	background: #457F63;
	border: 1px solid #000000;
	position: relative;
	z-index: 900;
}

#trail_nav li {
	clear: both;
	width: 256px;
	text-transform: none;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: normal;
	margin-top: 3px;
	cursor: pointer;
	z-index: 900;
}

#trail_nav ul { 
	position: absolute;
	border: 1px dashed #000000;
	font-size: 10pt;
	text-transform: none;
	line-height: 18px;
	background: #59522E;
	z-index: 900;
	left: 0px;
}


/* ---- */

#footer {
	width: 760px;
	clear: both;
}
