body { color:#000; 
		background-color: #95c1ca; 
		background-attachment: fixed; 
		background-image: url(bkg.jpg); 
		background-repeat: repeat; 
		background-position: center top;
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 12px; } 
		
a, a:link, a:visited, a:active { text-decoration: none; color: #1c6f6f; } 
a:hover { text-decoration: none; color: #d30404; }  

h1 {
	font-size: 14px;

}
		
#headerlinks {
	color:#FFF;
	padding: 10px;
	font-size: 14px;
}

#headerlinks a{
	text-decoration: none;
	color:#FFF;
}

#headerlinks a:hover{
	color:#067cad;
}

#header {
	padding: 10px;
}


.bkg { background-image: url(text-block-bkg.png); 
				background-repeat: repeat; 
				padding:5px 5px 5px 8px; } 
