@charset "UTF-8";
#content {
	left:auto;
	top:auto;
	width:70%;
	z-index:1;
	background-image: url(../my_bkgd.png);
	padding: 20px;
	border: 3px solid #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
}
.footer {
	font-size: 9px;
	color: #B3B094;
	font-weight: normal;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FFF;
}
body {
	background-color: #B8EDFD;
	background-image: url(../images/bkgd_images/bohicket_marsh_op.jpg);
	background-attachment: fixed;
	background-position: center top;
	text-align: center;
}
p {
	text-align: left;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 18px;
	color: #F90;
	font-style: italic;
}
a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
}
a:active {
	color: #F00;
	text-decoration: none;
}

