body        
	{
	background: #B7F3DC url(img/bg.png) top left repeat;
	font-family: Arial,  Tahoma, Verdana, Trebuchet MS;
	font-size: 12px;
	color: #000000;
	line-height: 18pt; 
	}

.header
	{
	position:absolute;
	padding: 0px; 
	top: 20px;
	left: 420px;
	}
	
.nav
	{
	position:absolute;
	padding: 0px; 
	top: 20px;
	left: 420px;
	}
	
.main
	{
	background: #FFFFFF;
	position: absolute; 
	padding: 10px; 
	top: 325px; 
	left: 421px;
	width: 607px;
	}

h1
	{
	background: transparent;
	color: #F21C4F;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 19pt;
	letter-spacing: 15px;
	text-align: center; 
	text-transform: uppercase;
	}

li
	{
	list-style: round;
	margin-left: 5px;
	}
	
.stats 
	{
	background: #DDFCF0 url(img/stats.png);
    text-align: justify;
    width: 370px;
    height: 100px;
	border: 2px dashed #B7F3DC;
	}
	
#footer
	{
	background: #F9D852;
	color: #FFFFFF;
    font-size: 9px;
	font-family: Georgia; 
    line-height: 12px;
	font-style: italic;
    padding: 5px;
	border-top: 2px dashed #E2BC22;
	}

strong, b 
      {
	color: #8A8B8B;
	}

i 
      {
 	color: #F0CB35;
   	}

input, button, select, option, textarea
	{
	background: #DDFCF0;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 3px dashed #B7F3DC;
	border-left: 0px solid #361211;
	color: #000000;
	font-family: Trebuchet MS; 
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	padding: 0px; 
	}

a:link, a:visited, a:active       
	{
	color: #1EDEA1;
	text-decoration: none;
	}

a:hover       
	{
	color: #F21C4F;
	cursor: default;
	text-decoration: none;
	}

img	
	{
	border: 0px;
	}
	
img.border
	{
	border: 8px solid #8E4484;
	margin: 3px; 
	}
	
img:hover.border
	{
	border: 8px solid #9697C2;
	}
