.side1 {
	background-image: url(../images_main/sideframe_rht.jpg);
	background-repeat: repeat-y;
}
.side2 {
	background-image: url(../images_main/sideframe_lft.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
}
.side2_lower {
	background-image: url(../images_main/sideframe_lft.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
}
.side1_lower {
	background-image: url(../images_main/sideframe_rht.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
}
.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: justify;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	background-image: url(../images_main/footer2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.lower_logo_bar {
}

.gallerycontainer{
	position: relative;
	width: 100;/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 1px 1px 1px 1px;
}

.thumbnail:hover{
background-color: transparent;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 3px;
left: -1000px;
border: 1px solid white;
visibility: hidden;
color: black;
text-decoration: none;
}

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

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

.bodytext2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: justify;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bodytext_galleries {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: justify;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.bodytext_topline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: justify;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	background-image: url(../images_main/white_stripe.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

