body {
        width:600px;
        margin:0 auto;
        margin-top:30px;
        background-color: #ffffff;
        background: url(bg.jpg);
        color: #8a8a8a;
	font-size: 8pt;
        font-family: verdana; 
}

a:visited,  a:link 
{
color: #2e863a;
text-decoration: none;
font-weight: bold;
}

a:hover, a:active 
{
color: #cccccc;
text-decoration: none;
font-weight: bold;
}

#header {
	width: 100%; 
	height: 250px; 
        background: url(top_steve.jpg);
        background-repeat: no-repeat;
}

#navbar { 
	width: 100%; 
	height: 40px; 
        background: none;
}

#navigation {
	list-style: none;
	margin: 0; padding: 0;
}

#navigation li {
	float: left;
}

#navigation li a {
	display: block;
	background-color: #e3f4e9;
	width: 100px;
	padding: 15px 0;
	text-align: center;
}
   
#navigation li a:hover {
	background: none;
	color: #aaaaaa;
}

#content {
	width: 100%;
	height:auto;
	margin-top: -11px;
	padding-bottom: 20px;
	background-color: #ffffff;
	text-align:left;
}

h1 
{
	background: url(title.gif);
	background-repeat: no-repeat;
	font-size: 12pt;
	font-family: georgia;
	color: #2e863a;
	text-align:left;
	text-transform: uppercase;
	padding: 25px 0px 2px 45px; 
	line-height: 15px;
	letter-spacing: 2px;
}

b, strong
{
	color: #606460;
}

.stats
{
	padding: 0px 0px 0px 30px;
	margin: 5px 50px 20px 50px;
	background: url(bg.jpg);
	border: 1px solid #e3f4e9;
}

p
{
        margin: 0px;
        padding: 5px 10px 2px 10px; 
        font-size: 11px;
        line-height:14px;
}

input, textarea, option, select 
{
	font-size: 8pt;
	font-family: verdana;
        background-color: #e3f4e9;
	padding: 3px;
	color: #000000;
        border: 0px;
 }

#footer {
	clear: both; 
        width: 600px; 
        height: 35px;
	padding: 6px;
        background: none;
        color: #000000;
        text-align: center;
	text-transform: uppercase;
        font-size: 7pt;
        font-family: arial; 
}
