#holder {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFDE2;
	width: 960px;
	background-color: #FFFDE2;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

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

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	height: 110px;
	width: 955px;
	color: #333;
	position: relative;
	background-color: #FFFDE2;
	margin-bottom: 5px;
}
#logo {
	float: left;
	height: 110px;
	width: 300px;
	text-align: right;
	background-color: #FFFDE2;
	background-repeat: no-repeat;
	margin-left: 50px;
	background-image: url(imagesNEW/logo.jpg);
}

#headerpic  {
	background-image: url(imagesNEW/seal.jpg);
	float: left;
	height: 110px;
	width: 605px;
}
#nav {
	float: left;
	width: 335px;
	text-align: right;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #5E4138;
	padding-top: 10px;
	margin-right: 15px;
	background-color: #FFFDE2;
}





h1 {
	color: #40321A;
	font-family: Candara;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

h2 {
	color: #765E30;
	font-family: Candara;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

#content {
	width: 605px;
	float: left;
	background-color: #FFFDE2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #402C00;
	text-align: justify;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #5e4138;
	line-height: 18px;
}

#textbroad {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #402c00;
	padding-right: 10px;
	padding-left: 10px;
	width: 585px;
	text-align: justify;
	margin: auto;
	float: left;
	padding-top: 5px;
	line-height: 17px;
}
#textbroad a {
	color: #036;
	font-weight: bold;
	text-decoration: none;
}
#textbroad a:hover {
	font-weight: bold;
	color: #58889E;
	text-decoration: none;
}
#textbroad a:visited {
	font-weight: bold;
	color: #036;
	text-decoration: none;
}

#gallery {
	padding: 5px;
	float: left;
	width: 940px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #8C6F51;
	height: 390px;
}
#gallery a {
	color: #FFFDE2;
}
#gallery a:hover {
	color: #FFFDE2;
}
#gallery a:visited {
	color: #FFFDE2;
}
#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: 335px;
	width: 510px;
	padding-top: 5px;
}
#thumbgallery {
	float: left;
	width: 400px;
}








#footer {
	color: #960;
	text-align: right;
	height: 30px;
	width: 940px;
	position: relative;
	padding-top: 5px;
	padding-right: 10px;
	margin: auto;
	background-color: #FFFDE2;
	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: #996600;
	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: 450px;
left: 156px; /*position where enlarged image should offset horizontally */
}

</style>

