#holder {
	font-family: Arial, Helvetica, sans-serif;
	color: #033;
	width: 900px;
	background-color: #ffffff;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-top-style: none;
	border-bottom-style: solid;
}

body {
	color: #800000;
	background-color: #C6E2FF;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	height: 180px;
	width: 900px;
	color: #033;
	position: relative;
	background-color: #ffffff;
	float: left;
}
#logo {
	float: left;
	height: 218px;
	width: 330px;
	text-align: right;
	background-color: #FBF5D5;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

#headerpic  {
	background-image: url(images/river_swans.jpg);
	float: left;
	height: 180px;
	width: 900px;
	background-color: FBF5D5;
	background-repeat: no-repeat;
}
#nav {
	float: left;
	width: 880px;
	text-align: center;
	background-color: #3B62A6;
	list-style-type: none;
	padding-left: 20px;
	height: 25px;
}
#nav ul {
	text-align: center;
}






h1 {
	color: #4A796F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

h2 {
	color: #4A796F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
h2 a {
	color: #099;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4A796F;
	margin-bottom: 0;
	margin-top: 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}


#content {
	width: 900px;
	float: left;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #033;
	text-align: justify;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #1F2E0A;
	line-height: 18px;
}
ul  {
	list-style-image: url(images/bird.png);
}

#textbroad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #033;
	padding-right: 20px;
	padding-left: 20px;
	width: 448px;
	text-align: left;
	margin: auto;
	float: left;
	padding-top: 5px;
	line-height: 17px;
	background-color: #ffffff;
}
#textbroad a {
	color: #099;
	font-weight: bold;
	text-decoration: none;
}
#textbroad a:hover {
	font-weight: bold;
	color: #58889E;
	text-decoration: none;
}
#textbroad a:visited {
	font-weight: bold;
	color: #099;
	text-decoration: none;
}

#gallery {
	padding: 30px;
	float: left;
	width: 830px;
	color: #033;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#gallery a {
	color: #069;
}
#gallery a:hover {
	color: #09F;
}
#gallery a:visited {
	color: #069;
}
#textBottom {
	padding: 5px;
	width: 940px;
	color: #402c00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}

#imageBroad {
	float: left;
	height: 320px;
	width: 375px;
	padding-top: 20px;
	padding-left: 16px;
	padding-right: 16px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #7EA7BE;
	border-right-color: #7EA7BE;
	border-bottom-color: #7EA7BE;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #7EA7BE;
}
#thumbgallery {
	float: left;
	width: 400px;
}








#footer {
	color: #1F2E0A;
	text-align: right;
	height: 30px;
	width: 885px;
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	margin: auto;
	background-color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	clear: both;
	float: none;
	padding-left: 10px;
}
#footer a:link {
	color: #1F2E0A;
	font-weight: bold;
	text-decoration: none;
}
#footer a {
	color: #996600;
	text-decoration: none;
}

#footer a:visited {
	color: #996600;
	font-weight: bold;
}
#footer a:hover {
	color: #FF3300;
	font-weight: bold;
	text-decoration: none;
	}
	
	/* CSS Document */
<style type="text/css">
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 1px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 248px;
left: 538px; /*position where enlarged image should offset horizontally */

}

/* CSS Document */
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 0px;
left: -1000px;
visibility: hidden;
color: transparent;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 245px;
left: 680px; /*position where enlarged image should offset horizontally */
}

</style>
