@charset "utf-8";

#wrapper {
	width: 895px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}

#banner {
	position:absolute;
	left:20px;
	top:20px;
	width:850px;
	height:300px;
	z-index:2;
	border: 1px solid #202020;
}

#menuholder {
	position:absolute;
	left:20px;
	top:323px;
	width:852px;
	height:38px;
	z-index:4;
	background-color: #202020;
}

#nav {
	position:absolute;
	left:19px;
	top:2px;
	width:830px;
	height:33px;
	z-index:7;
	text-align: center;
	background-color: #202020;
	border: 1px solid #202020;
}

body {
	background-image: url(images/stripe.gif);
	background-repeat: repeat;
	text-align: center;
}

a:link {
	color: #99CC66;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #99CC66;
}

a:hover {
	color: #99CC66;
	text-decoration: none;
	background-color: transparent;
	border-color: #ffffff;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.footertext {
	color: #99CC66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	word-spacing: normal;
	line-height: 1.2em;
}

.sidetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-colour: ffffff;
	word-spacing: normal;
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: justify;
}

