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

}

b {
	color: #22a4d1;
}

i {
	color: #ec0f55;
}

u {
	color: #f56a96;
	}
	
h1 {
text-transform: uppercase;
color: #584356;  
font-size:11px; 
font-family: Georgia; 
margin-left:0; margin-right:0; margin-top:0; margin-bottom:5px;
} 


blockquote {
	margin: 5px; 
	padding: 5px;
	color: #798c93;  
	margin: 0 10px;
	padding: 0 10px;
	padding-left: 35px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 60px;
	background: #f4f4f4 url(blockquote.jpg);
		background-repeat:no-repeat;


}

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: 190px;
	top: 365px;
	width: 391px;
	font-family: Georgia; 
	font-size:11px; 



}

a:link, a:visited {
	color: #b39e00;
	text-transform: none;
	text-decoration: none;
}

a:hover { color: #595959;
border-bottom: dotted 1px #7bb6d5;
}

	
input, textarea, select { 
	background: transparent;
	font-family: Arial, Verdana; 
	font-size: 10px;
	color: #6692b7;
	border: 1px solid #328097; 
	padding: 2px;
	letter-spacing: 1px; 
}


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


#nav {
	position: absolute;
	top: 365px;
	left: 25px;
	width: 149px;
	height: 131px;
	}



#header {
	height: 116px; 
	margin: 0px; 
	padding: 10px 10px 0px 10px;}

#header A {
    text-decoration: none;
    letter-spacing: 3px;
    font: 10px Courier New, Book Antiqua;
	color: #125e7e;
    text-transform: uppercase;
	line-height: 200%; 
    }

#header A:hover {

	text-decoration: none;
	border-bottom: 1px solid #c4847a;
	color: #85bcd9;
}