body {
	color: #3C3126;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F3EFE4;
	background-image: url(images/bg.jpg);
}
.hrContent {
	border: 0;
	color: #E88B00;
	background-color: #E88B00;
	height: 2px;
	align: center;
}
.hrFooter {
	border: 0;
	color: #CBBBA0;
	background-color: #CBBBA0;
	height: 1px;
	align: center;
}
/* CSS Document */

a:link {
	color: #DE3D0E;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FF3300;
}
a:active {
	color: #F90;
}
.Footnote {
	font-size: 11px;
	color: #4F4033;
}
.Title {
	font-size: 11pt;
	color: #333300;
	font-weight: bold;
	}
.imgHeader {
	background-image: url(images/img_header.jpg);
	background-repeat: no-repeat;
}
.bgContent {
	background-image: url(images/bg_content.jpg);
}
.bgLeft {
	background-image: url(images/contentBg_left.png);
	background-repeat: repeat-y;
	background-position: right;
}
.bgRight {
	background-image: url(images/contentBg_right.png);
		background-repeat: repeat-y;
}
.bgDown {
	background-image: url(images/contentBg_down.png);
		background-repeat: repeat-x;
}
.gallerycontainer{
	position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid #FFFFFF;
margin: 2px 2px 0px 2px;
}

.thumbnail:hover{
background-color: transparent;

}

.thumbnail:hover img{
	border: 1px solid #666;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #D2C5AE;
	padding: 2px;
	visibility: hidden;
	color: #FFF;
	text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 5px;
left: 5px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 10px solid grey;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}