body{ 
	background-color: #354f80; 
	background-image: url(pix/xlake.png) ; 
} 
#head
{
	background-image: url(pix/lake.png); 
}
h2{
	background: #46b url(pix/h2lake.png) left top repeat-x;  
}
a.navi{ 
	background: #46b url(pix/h2lake.png) left top repeat-x; 
} 
a.navi:hover{ 
	background: #57c; 
}   
h1
{
	color: #fff; 
	padding-top: 170px;
	padding-right: 20px; 
}
h3
{
	background: #acf; 
}
#main
{
	padding-top: 15px; 
}
#footer{
	border-top: solid 0px #444; 
	color: #ba8; 
}

