/* CSS Document */
/* This is a screen stylesheet
	Author Hayden Peters
	Date: 5/6/07*/

body {
	margin:0 0 0 0;
	background-repeat: repeat-X;
	background-image:url(images/bkg.gif);
	background-color:#18143b;
}

#wrapper {
	margin:auto;
	width:962px;
	height:auto;
	
}

#header {
	width:962px;
	background-image:url("images/header.gif");
	background-image:no-repeat;
	height:288px;
}

#nav {
	float:left;
	background-image:url("images/menu.gif");	
	width:219px;
	height:295px;
}

/* This is the navigation that sits inside the #nav area */

#navigation {
	margin:auto;
	padding-top:0%;
	padding-bottom:10px;
	width: 150px;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	border-bottom:1px solid #fceed9
}

#navigation li a {
	display:block;
	padding:5px 5px 5px 0.5em;
	border-left: 5px solid #fceed9;
	border-right: 1px solid #fceed9;
	/* background-color:#ffffff; */
	color: #170d00; 
	text-decoration: none;
}

#navigation li a:hover {
	padding:5px 5px 5px 0.5em;
	border-left: 1px solid #bdbdbd;
	/*border-right: 1px solid #ffffff; */
	/*background-color:#ffffff; */
	color: #575757;
}

.navtext {
	padding-left: 30px;
	margin-top:20px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 2.0;
}

#content {
	float:right;
	background-image:url("images/runner.gif");
	width:720px;
	/*height:445px;*/
	z-index: 2;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 2.0;
}

/* #hidden {
	float:right;
	height:271px;
	width:41px;
	background-image:url("hidden.png");
	background:no-repeat;
	z-index: ; 
} */ 

.contenttext {
	padding:0 60px 0 60px;
}

#footer	{
	clear:both;
	background-image:url("images/footer.gif");
	width:962px;
	height:239px;
}

/* This is the extra detail that sits inside the #footer area */

/* #foot {
	width:59px;
	height:59px;
	background-color:#000000;
}s */