*
{
	padding: 0em;
	margin: 0em;
}

body
{
	background-color:#000000;
	padding: 10px 0px 10px 0px;
}

#outer
{
	position: relative;
	width: 800px;
	margin: 0 auto;
}

#content
{
	height:370px;
	background-color:#081100;
	background-image: url(indexpic.gif); 
	background-repeat: no-repeat;
	background-position: right;
}

#content .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-align: left;
	float: left;
	width: 500px;
	margin-top: 60px;
	margin-left: 50px;
	
}
a:link {
	text-decoration: none;
	color: #999999;
}

a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

#header
{
	background-image: url(banner.gif);
	position: relative;
	width: 800px;
	height: 90px;
	background-repeat: no-repeat;
}


#flash {
	float: right;
}


#menu
{
	position: relative;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #183802;
}


#menu ul

{
	position: absolute;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	top: 5px;
}


#menu ul li

{
	position: static;
	display: inline;
}


#menu ul li a
{
	padding: 0.5em 1.0em 0.9em 1.0em;
	color: #fff;
	text-decoration: none;
}


#menu ul li a:hover
{
	text-decoration: underline;
}

#menu .active {
	color:#999999;}

#footer
{
	position: absolute;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:center;
	font-size:12px;
	width: 800px;
	background-color: #183802;
	padding-top: 2px;
	padding-bottom: 2px;

}

