body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-image: url(images/bg2.gif);
	scrollbar-face-color: #9a945f;
    scrollbar-shadow-color: #3c3a24;
    scrollbar-highlight-color: #ffffff;
    scrollbar-3dlight-color: #3c3a24;
    scrollbar-darkshadow-color: #3c3a24;
    scrollbar-track-color: #3e3c25;
    scrollbar-arrow-color: #333333;
}
#bgtop1 {
  background-color: #403431;
  background-image: url(images/bg-top1.gif);
  background-repeat: repeat-x;
  height: 15px;
}
#bg3 {
  background-image: url(images/bg-3.gif);
  background-repeat: repeat-y;
  background-position: center;
}
#bgbot {
  background-image: url(images/bg-bot2.gif);
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
}
#bgtop {
  background-image: url(images/bg-top1-2.gif);
  background-repeat: repeat-x;
  background-position: center;
  height: 25px;
}

.txt-left {
	font-family: Tahoma, Arial;
	font-size: 8pt;
	color: #6c5918;
}
.txt-title {
	font-family: Tahoma, Arial;
	font-size: 8pt;
	color: #46421e;
}
.txt-white {
	font-family: Tahoma, Arial;
	font-size: 8pt;
	color: #e8e0ab;
}
a:link { text-decoration: none; color: #877831; }
a:active { text-decoration: none; color: #877831; }
a:visited { text-decoration: none; color: #877831; }
a:hover { text-decoration: none; color: #404040; }


.b:link { text-decoration: none; color: #877831; }
.b:active { text-decoration: none; color: #877831; }
.b:visited { text-decoration: none; color: #877831; }
.b:hover { text-decoration: none; color: #e8e0ab; }
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail img{
border: 0px solid white;
margin: 0 5px 5px 0;
}
.thumbnail:hover{
background-color: transparent;
}
.thumbnail:hover img{
border: 0px solid blue;
}
.thumbnail span{ /*CSS for enlarged image*/
position: relative;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

