#holder {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCC66;
	width: 780px;
	margin: auto;
	background-color: #FFFFFF;
	height: 900px;
	border: thin solid #C2B61D;
}

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

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	height: 105px;
	width: 780px;
	color: #CCCCCC;
	position: relative;
	background-color: #FFFFFF;
}
#header a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#header a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#header a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

#topAddress {
	background-color: #F1EB9E;
	height: 20px;
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B79362;
	padding-bottom: 3px;
	padding-top: 10px;
}

#imagehead {
	width: 242px;
	height: 90px;
	background-color: #F1EB9E;
	float: left;
}
#address {
	background-color: #B792BE;
	height: 30px;
	width: 779px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #404A68;
	clear: both;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#topnav {
	background-color: #FFFFFF;
	width: 530px;
	font-family: Candara;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	clear: both;
	float: right;
	text-decoration: none;
	padding-top: 70px;
	text-align: right;
	padding-right: 3px;
}




h1 {
	color: #765E30;
	font-family: Candara;
	font-size: 17px;
	font-weight: bold;
}

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

#content {
	width: 760px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-top: 10px;
}
#content a:link {
	font-weight: bold;
	color: #006666;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #006666;
}
#content a:visited {
	font-weight: bold;
	color: #006666;
	text-decoration: none;
}
#imageNarrow {
	float: left;
	width: 145px;
	padding-right: 5px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
}
#imageNarrow a {
	color: #006666;
	text-decoration: none;
}
#imageNarrow a:hover {
	color: #006666;
	text-decoration: none;
}
#imageNarrow a:visited {
	color: #006666;
	text-decoration: none;
}


#imageBroad {
	float: right;
	width: 570px;
	padding-bottom: 5px;
	padding-right: 10px;
	text-align: justify;
}
.space {
	float: left;
	height: 70px;
	width: 750px;
}

#textbroad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-right: 30px;
	padding-left: 10px;
	width: 680px;
	padding-bottom: 20px;
	text-align: justify;
	margin: auto;
	float: right;
}
#textNarrow {
	float: left;
	width: 40%;
	padding-right: 10px;
	padding-left: 10px;
}







#footer {
	color: #996600;
	text-align: center;
	height: 30px;
	width: 775px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin: auto;
	background-color: #F1EB9E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	clear: both;
	float: none;
}
#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;
}
/*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 */

}

</style>
