body {
	margin: 0;
	padding: 0;
	background:url(../images/background.gif);
	font-family: 	Verdana, sans-serif;
	font-size: 	12px;
	font-weight: 	normal;
	width: 864px;
}

#nav a:link {
	color: #FFFFFF;
}

#nav a:visited {
	color: #FFFFFF;
}

#nav a:hover {
	color: #9c9186;
}

#nav a:active  {
	color: #9c9186;
}

#footer a:link {
	color: #FFFFFF;

}

#footer a:visited {
	color: #FFFFFF;
}

#footer a:hover {
	color: #000000;
}

#footer a:active  {
	color: #000000;
}

#header a:link {
	color: #000000;
}

#header a:visited {
	color: #000000;
}

#header a:hover {
	color: #FFFFFF;
}

#header a:active  {
	color: #FFFFFF;
}

#content a:link {
	color: #000000;
}

#content a:visited {
	color: #000000;
}

#content a:hover {
	color: blue
}

#content a:active  {
	color: blue;
}

img {
	border: 0px none;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	margin: 0px;
	vertical-align: bottom;
}

ul {
	float: left;
	padding-left: 2em;
	margin:.5em;
}

li {
	padding:.2em;
}

#container {
	margin: 0px;
	background: #FFFFFF;
	min-height: 100%;
	
}
		
#banner {
	margin: 0px;
	background: #0a1016  url(../images/index_04.png);
	vertical-align:bottom;
	width: 864px;
	height: 89px;
	min-height: 89px;
}

#nav {
	position: absolute;
	float: left;
	left:0px;
	margin:0px;
	top:89px;
	color: #FFFFFF;
	background: #0a1016 url(../images/navcorner.gif) no-repeat right bottom;
	width: 160px;
	padding: 1.5em;
	padding-bottom:6em;
	height:15em;
}
		
#content {
	position: relative;
	background: #FFFFFF;
	float: none;
	padding: 1.5em;
	margin: 0 1em 0 215px;
	height:100%;
	min-height:475px;
}

#footer {
	clear: both;
	background: url(../images/footer.gif);
	padding: 1em;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}
