body {
	margin: 10px 0;
	padding: 0;
	background-color: #92876B;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	line-height: 25px;
}
p {
	text-indent: 1em;
}
#gallery p {
	text-indent: 0;
}
h1, h2 {
	font-size: 120%;
	color: #7B1800;
	background-image: url(../images/maple_leaf.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 45px;
	padding-left: 45px;
	line-height: 40px;
	margin-left: 1em;
}
img {
	margin: 0 15px;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #92876B;	
}
img.rightFloat {
	float: right;
}
img.leftFloat {
	float: left;
}
#gallery img {
	display: block;
	margin-right: auto;
	margin-left: auto;		
}
#gallery p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#meetUs h1 {
	background-image: url(../images/spear.jpg);
	padding-left: 100px;
}
#credits a:link {
	color: #000000;
	text-decoration: underline;
}
a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	color: #006600;
	text-decoration: underline;
}
a:hover {
	color: #66614D;
	text-decoration: none;
}
a:active {
	color: #006600;
	text-decoration: none;
}
#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #B6AE9A;
	position: relative;
	border: 2px solid #66614D;
	text-align: left;
}
* html #wrapper { /* This is the Tan hack */
	width: 754px;			/* Set Width for IE5.x */
	w\idth: 750px; } /* Real width for IE/Mac and IE6/Win*/

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 115px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66614D;
}
#nav {
	padding-top: 3px;
}
#content, #footer, #logos {
	padding: 10px;
}
#content {
	margin-top: 30px;
}
#resources #content {
	background-image: url(../images/hawk_fish_round.jpg);
	background-repeat: no-repeat;
	background-position: 95% 30px;	
}
#footer {
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
#meetUs #footer {
	background-image:  url(../images/eye.jpg);
}
#resources #footer {
	background-image:  url(../images/dragon_fly.jpg);
}
#services #footer {
	background-image: url(../images/fish.jpg);
}
#home #footer {
	background-image: url(../images/bird.jpg);
}
#gallery #footer {
	background-image: url(../images/eagle.jpg);
}
#content ul li{
	margin: 0;
	padding: 0;
	list-style-image: url(../images/bullet.jpg);	
}
#logos img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#logos {
	text-align: center;	
}
#footer {
	background-color: #A69480;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #66614D;
}
#credits {
	font-size: 70%;
}
/* begin nav */
#nav ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: right;
	text-align: left;
	padding-left: 20px;	
}
#nav ul {
	padding-right: 20px;
}
a.navitem {
	padding-left: 20px;
}
/* fixes padding issues for inline elements in IE5/WIN and makes entire block clickable */
/* Hides from IE5-mac \*/
* html a.navitem {height: 1%;}
/* End hide from IE5-mac */
a.navitem:link {
	text-decoration: none;
	background: url(../images/green_leaf.jpg) no-repeat 0% 50%;
}
a.navitem:visited {
	text-decoration: none;
	background: url(../images/green_leaf.jpg) no-repeat 0% 50%;
}
a.navitem:hover {
	text-decoration: none;
	background: url(../images/red_leaf.jpg) no-repeat 0% 50%;
}
a.navitem:active {
	text-decoration: none;
	background: url(../images/green_leaf.jpg) no-repeat 0% 50%;
}
.clearer {
	clear: both;
	line-height: 0px;
	height: 0;
}