body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-color: fff;
   	background-color: #999999;
	margin: 0px; padding: 0px;
}
a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #FF6600;
}
#wrapper {
	position:relative;
	left:50%;
	width:760px;
	margin-top:50px;
	margin-left:-380px;
	font-size: 1em;

}
div#text {
	position:absolute;
	top: 81px;
	left: 44px;
	height: 496px;
	width: 404px;
	text-align: left;
	}
div#flash {
	
}
#navcontainer
{
	margin: 0px 0 0 0px;
	padding: 0;
	position: relative;
	left: 0px;
	top: 0px;
}
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}
#navcontainer ul li a
{
background: #333;
width: 78px;
border-top: 1px solid #666;
border-left: 1px solid #666;
border-bottom: 1px solid #666;
border-right: none;
margin: 0 0 10px 0;
color: #999;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px/18px verdana, lucida, sans-serif;
}
#navcontainer ul li a:hover
{
color: #000;
background: #ff9900;
}
#navcontainer a:active
{
background: #c60;
color: #fff;
}
#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
img {
	float: right;
	padding: 10px;
}
