body {
        width:640px;
        margin:0 auto;
        margin-top:30px;
        margin-bottom:30px;
        background-color: #ffffff;
        background: url(bodybg.jpg);
	color: #475048;
	font-size: 8pt;
        font-family: verdana; 
}

a:visited,  a:link 
{
color: #350f6a;
text-decoration: none;
font-weight: bold;
}

a:hover, a:active 
{
color: #a59f89;
text-decoration: none;
font-weight: bold;
}

#header {
	width: 100%; 
	height: 385px; 
        margin: 0; 
        background: none;
}


#content {
	width: 100%;
	height:auto;
	margin-top: -16px;
	padding-bottom: 20px;
	text-align:left;
        background-color: #fcfafa;
}

h1 
{	
	font-family: Lucida Sans, verdana, arial, sans-serif; 
	color: #bbbbbb;
	text-align:left;
        padding: 15px 5px 5px 20px;
        text-transform:lowercase;
	line-height: 15px;
	letter-spacing: 2px;
}



h1:first-letter 
{
        font-family: Century Gothic", AppleGothic, arial, sans-serif;
        font-weight: bold; 
        text-transform:uppercase;
        color:#350f6a;
}

b, strong
{
	color: #a59f89;
}

.stats
{
	padding: 50px 0px 45px 40px;
	margin: 5px 100px 20px 100px;
	background: url(cbg.jpg);
	color: #475048;
	border: none;
}

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: 640px; 
        height: 40px;
    	padding: 5px 0 2px 0;
        background: url(footer.jpg);
        color: #000000;
        text-align: center;
	text-transform: uppercase;
        font-size: 7pt;
        font-family: arial; 
}
