body {
	margin: 0px;  
	background-color: #ffffff; 
	background-image: url(bg.jpg);
	background-repeat:repeat;

}

b {
	color: #f84e51;
}

i {
	color: #fd8551;
}

u {
	color: #67ccf1;
	}
	
h1 {
text-transform: lowercase;
font-style: italic;
font-weight: bold;
color: #2a496d;  
font-size:13px; 
font-family:Georgia; margin-left:0; margin-right:0; margin-top:0; margin-bottom:5px
} 


blockquote {
	margin: 0 25px;
	padding: 0 25px;
	padding-left: 150px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 40px;
	background-color: #EBEBEB;
	background: #000000 url(stats.jpg);
}

body, tr, td { 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	text-align: justify; 
	color: #798c93; 
	
}

#background {

	position: absolute;
	left: 0px; 
	top: 0px; 

}


#content {
	position: absolute;
	padding-bottom: 20px;
	line-height: 15px;
	height: auto;
	left: 32px;
	top: 388px;
	width: 487px;

}

a:link, a:visited {
	color: #0b97b5;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	text-transform: none;
	text-decoration: none;
	
}

a:hover { color: #3b3b3b;
border-bottom: dotted 1px #25d8fe;
}

	
input, textarea, select { 
	background-color: #ffffff;
	font-family: Arial, Verdana; 
	font-size: 10px;
	color: #3d739c;
	border: 1px solid #0098cb; 
	padding: 2px;
	letter-spacing: 1px; 
}


input:hover,
input:focus,
textarea:hover,
textarea:focus {
	border: 1px solid #f84e51;
}


#nav {
	position: absolute;
	top: 227px;
	left: 412px;
	width: 106px;
	height: 131px;
	}



#header {
    background: url(header.png);
	height: 116px; 
	margin: 0px; 
	padding: 10px 10px 0px 10px;}

#header A {
    text-decoration: none;
    letter-spacing: 3px;
    font: 11px Georgia;
    font-style: italic;
	color: #0098cb;
    text-transform: lowercase;
	line-height: 200%; 
    }

#header A:hover {

	text-decoration: none;
	border-bottom: 1px dotted #f84e51;
	color: #565656;}

