@charset "UTF-8";
/* CSS Document */


body{
font-family:Arial, Helvetica, sans-serif;
background-color: #FFFFCC;
}


#body_text{
	margin-left: auto;
	margin-right: auto;
	width: 800px; /* mandatory to be centered */

}


#liquid{
background-image:url(images/liquid.gif);
width: 100%;
}

.crab{
    display: block;
    margin-left: auto;
    margin-right: auto;
	    margin-top: -172px;
	}
	
	#nav{
	background-color: #b9e4c8;
	width: 100%;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	height: 50px;	
	}
	
	 a:link {
text-decoration: none; 
color: #000;
}


a:visited {
text-decoration: none; 
color: #000;
}


a:hover {
color: #660000;
text-decoration: underline;
}

.active{
color: #660000;
font-weight:bold;
}

	

