/* CSS Document */

body {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #1D2517;
}

#header {
	background-image: url(../images/header.gif);
	background-color: #4E7033;
	background-repeat: no-repeat;
	width: 780px;
	height: 150px;
	position: absolute;
	z-index: 3;
	top: 0px;
}

#subheader h2 {
	text-align: center;
}

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

#main_content {
	position: absolute;
	top: 160px;
	left: 154px;
	width: 508px;
	height: 1600px;
	padding-left: 10px;
	text-align: center;
	z-index: 0;
	color: white;
	font-size: 18px;
}

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;	
}

#right_stripe {
	background-color: #3B4A2F;
	position: absolute;
	height: 2600px;
	width: 100px;
	top: 150px;
	left: 680px;
	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: 0;
left: -320px; /*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;
}
