@charset "utf-8";
/* CSS Document */

body {
	background-color: #999999;
	margin-top: 0px;
}


.maintbl {
	width: 880px;
	left: 50%;
	margin-left: -425px;
	position: absolute;
	padding: 15px;
	background-color: #CCCC99;
	height: 100%;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.navsidetbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	line-height: 15px;
	margin: 2px;
	width: 190px;
	position: absolute;
	top: 114px;
	left: 29px;
}
#content {
	width: 465px;
	position: absolute;
	top: 196px;
	left: 257px;
}
#content  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	padding: 5px;
}
#gallery {
	width: 125px;
	position: absolute;
	right: -159px;
	top: 0px;
}
#gallery img {
	display: block;
	padding: 0px;
	margin: 4px;
}
#gallery1 {
	width: 125px;
	position: absolute;
	right: 285px;
	top: 11px;
}
#gallery1 img {
	display: block;
	padding: 0px;
	margin: 4px;
}
#gallery2 {
	width: 125px;
	position: absolute;
	right: 140px;
	top: 11px;
}
#gallery2 img {
	display: block;
	padding: 0px;
	margin: 4px;
}
#gallery3 {
	width: 125px;
	position: absolute;
	right: -2px;
	top: 11px;
}
#gallery3 img {
	display: block;
	padding: 0px;
	margin: 4px;
}

#img1 {
	width: 190px;
	position: absolute;
	margin-top: 250px;
	top: -16px;
	left: 33px;
}
.sidepanel {
	height: 100%;
	width: 225px;
	background-color: #333333;
	position: absolute;
	left: 15px;
	vertical-align: text-bottom;
	background-image: url(images/sidepaneltop.jpg);
}



a.navside:link, a.navside:visited {
	color: #333333;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 175px;
	margin: 2px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;

}


a.navside:hover {
	color: #333333;
	text-decoration: none;
	display: block;
	background-color: #CCCC99;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 175px;
	margin: 2px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;

}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 10px Arial;
letter-spacing: 5px;
line-height: 1.1em;
color: #000000;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: #3d3d3d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
	color: #000000;
}

/* end image viewer */
