/* CSS Document */

#r_sidebar {
	position: absolute;
	top: -150px;
	left: 0px;
	width: 150px;
	height: 2600px;
	background-color: #5F7051;
	z-index: 4;
	text-align: center;
	padding-top: 150px;
}

h1 {
	font-size: 42px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-align: center;
	margin-left: 150px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: white;
	position: absolute;
	top: 150px;
	width: 780px;
	height: 1600px;	
}

#index_thumbs {
	position: absolute;
	top: 160px;
	left:155px;
	width: 126px;
	height: 475px;
	padding: 15px;
	z-index: 5;
	overflow: auto;
	text-align: center;
}

#index_thumbs img {
	width: 110px;
	height: 110px;
	border: 0px;
	margin-bottom: -7px;
}	

#right_stripe {
/*	background-color: #3B4A2F; */
	position: absolute;
	height: 800px;
	width: 130px;
	top: 150px;
	left: 650px;
	text-align: center;
}

/*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;
left: 12px;
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 on hover*/
visibility: visible;
bottom: -75px;
left: -280px; /*position where enlarged image should offset horizontally */
}

#gallery_thumbs {
	position: absolute;
	width: 160px;
	left: 15px;
}

.14pxtxt {
	font-size: 14px;
}
.16pxtxt {
	font-size: 16px;
}
.floatleft {
	float: left;
}
.clear_both {
	clear: both;
}
.10pxtxt {
	font-size: 10px;
}
