body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #999999;
	background-color: #FFF;
}
p {
	text-align: justify;
}
#layout_table {
	font-size: 1em;
}
#header_table {
	font-size: 1em;
}
#navigation_table {
	font-size: 1.1em;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	height: 34px;
	width: 847px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
	color: #666;
}
#navigation_table a {
	text-transform: uppercase;
	text-decoration:none;
	color: #666;
}
#navigation_table a:visited {
	text-decoration: none;
}
#navigation_table a:hover {
	text-decoration: underline;
}
#navigation_table a:active {
	text-decoration: none;
}
#body_table_inside {
	font-size: 1.25em;
	line-height: 1.75em;
	color: #666;
}
#body_table_inside a {
	text-transform: uppercase;
	text-decoration:none;
	color: #960;
	font-size: .8em;
}
#body_table_inside a:visited {
	text-decoration: none;
}
#body_table_inside a:hover {
	text-decoration: underline;
}
#body_table_inside a:active {
	text-decoration: none;
}
#body_table {
	font-size: 1em;
}
#body_table a {
	text-transform: uppercase;
	text-decoration:none;
	color: #960;
}
#body_table a:visited {
	text-decoration: none;
}
#body_table a:hover {
	text-decoration: underline;
}
#body_table a:active {
	text-decoration: none;
}
#body_table_inside1 {
	font-size: 1.25em;
	line-height: 1.75em;
	color: #666;
}
.separator {
	padding-right: 10px;
	padding-left: 10px;
}
.thumb {
	background-image: url(images/image_shad.jpg);
	background-repeat: no-repeat;
	height: 129px;
	width: 125px;
	background-position: center;
}
#gallery_table {
	width: 846px;
	height: 498px;
}
#flashcontent {
	height: 485px;
	width: 835px;
}
.image_right {
	margin-left: 60px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #999;
}

.pagenumber_cells {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	color: #999;
	letter-spacing: 1px;
	text-decoration: none;
	width: 20px;
	height: 20px;
}
.pagenumber_cells:hover {
	background-color: #EEE;
	color: #999;
}
.pagenumber_cells a{
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	color: #999;
	letter-spacing: 1px;
	text-decoration: none;
	width: 20px;
	height: 20px;
}
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
