body {
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin-top : 10px;
}
.mainbody {
	font-family : Arial, Helvetica, sans-serif;
	color : #4F3715;
	font-size : 12px;
	line-height : 14px;
}
.contact{
	font-family : Arial, Helvetica, sans-serif;
	color : #4F3715;
	font-size : 11px;
	line-height : 14px;
}
.contactintro {
	font-family : Arial, Helvetica, sans-serif;
	color : #BF7615;
	font-size : 11px;
	line-height : 14px;
}
.intro {
	font-family : Arial, Helvetica, sans-serif;
	color : #BF7615;
	font-size : 12px;
	line-height : 14px;
}
.head{
	font-family : Arial, Helvetica, sans-serif;
	color : #BF7615;
	font-size : 20px;
	line-height : 14px;
}
.copyright {
	font-family : Arial, Helvetica, sans-serif;
	color : #4F3715;
	font-size : 9px;
}
a:link {
	color: #5D4722;
	text-decoration: none;
}
a:visited {
	color: #5D4722;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #5D4722;
	text-decoration: none;
}

<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: 5px;
	left: -1500px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	top: 50px;
}

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

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

</style>
