body { background-color: #FFFFFF;
      color: #003366 ;
	  font-family: Verdana, Arial, sans-serif;
}
header { background-color: #003366;
       color: #F0F0F0;
	   font-family: Georgia, "Times New Roman", serif;
	   background-image: url(fishcreeklogo.gif);
	   background-repeat: no-repeat;
	   background-position: center;
	   text-align: center;
}
h1 { line-height: 250%;
 	margin-bottom: 0;}
nav { font-weight: bold;  
     background-color: #5280C5;
     text-align: center;
     padding: 5px;}
.category { font-weight: bold;
			color: #5280C5;
			 font-family: Georgia, "Times New Roman", serif; 
			 text-shadow: 1px 1px #667;
}
img { border-style: none; }
dt { font-weight: bold;
     font-size: 1.1em;
	 color: #5280C5;
     font-family: Georgia, "Times New Roman", serif;	 
}
main { padding-left: 10px;
      padding-right: 10px;
}
footer { font-size: .70em;
       font-style: italic;
	   text-align: center;
	   background-color: #AEC3E3;
}
footer nav { background-color: 	#F0F0F0	;
}
#wrapper { width: 80%;
           margin-right: auto;
		   margin-left: auto;
		   background-color: #F0F0F0;
		   min-width: 700px;
}