body {
	margin: 0px;  
	background-color: #000000; 
	background-image: url(bg.jpg);
	background-repeat:repeat-y;

}

b {
	color: #22a4d1;
}

i {
	color: #e16761;
}

u {
	color: #7a9a34;
	}
	
h1 {
text-transform: lowercase;
font-style: italic;
font-weight: bold;
color: #4f879a;  
font-size:13px; 
font-family:Georgia; margin-left:0; margin-right:0; margin-top:0; margin-bottom:5px
} 


blockquote {
	margin: 5px; 
	padding: 5px;
	background-color: #EBEBEB;
	border: 1px solid #e2ab08;
}

body, tr, td { 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	text-align: justify; 
	color: #798c93; 
	
}

#background {

	position: absolute;
	left: 500px; 
	top: 0px; 

}


#content {
	position: absolute;
	padding-bottom: 20px;
	line-height: 15px;
	height: auto;
	left: 557px;
	top: 327px;
	width: 386px;

}

a:link, a:visited {
	color: #646463;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	text-transform: none;
	text-decoration: none;
}

a:hover { color: #3b3b3b;
}

	
input, textarea, select { 
	background-color: #ffffff;
	font-family: Arial, Verdana; 
	font-size: 10px;
	color: #57b7e5;
	border: 1px solid #87abb7; 
	padding: 2px;
	letter-spacing: 1px; 
}


input:hover,
input:focus,
textarea:hover,
textarea:focus {
	border: 1px solid #e2ab08;
}


#nav {
	position: absolute;
	top: 183px;
	left: 857px;
	width: 76px;
	height: 128px;
	}



#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: #FFFFFF;
    text-transform: lowercase;
	line-height: 200%; 
    }

#header A:hover {

	text-decoration: none;
	border-bottom: 1px solid #ffdb78;
	color: #0098cb;}
