html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	}
body {
	background: #25485b url(/pic/bg_body.gif);
	}
body, td {
	font-family: "Times New Roman", times, serif;
	font-size: 85%;
	color: #676767;
	line-height: 130%;
	}
table {
	border-collapse: collapse;
	border: 0px;
	}
td, form {
	margin: 0em;
	padding: 0em;
	border: 0px;
	}
a {
	color: #295e99;
	text-decoration: underline;
	}
a img {
	border: 0px;
	}
img, .img {
	behavior: url(/png.htc);
	}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	border: #afafaf 1px solid;
	padding-left: 4px;
	}
input {
	border: expression(this.type=='checkbox'||this.type=='radio'?'0px':'#afafaf 1px solid');
	background: expression(this.type=='checkbox'||this.type=='radio'?'0':'#fff');
	}
h1, h2 {
	color: #896427;
	font-weight: normal;
	font-size: 25px;
	margin: 0px 0px 10px 0px;
	padding: 1px 0px 0px 0px;
	line-height: 120%;
	}
h2 {
	padding-top: 6px;
	font-size: 18px;
	}
table.menu a {
	position: relative;
	display: inline;
	/*background: url(/pic/menuline.gif) repeat-x 0px 16px;*/
	}
.pointer {
	cursor: default;
	}
.hand {
	cursor: pointer; cursor: hand;
	}
table.langs td {
	height: 28px;
	color: #fff;
	}
table.langs td a {
	color: #e6c89f;
	}
table.langs td img {
	margin-right: 2px;
	}
.submenu a, .submenu div {
	display: block;
	clear: both;
	float: none;
	margin-bottom: 15px;
	padding-right: 10px;
	}
.submenu div {
	background: url(/pic/arrow.gif) no-repeat right 5px;
	}
table.gallery {
	margin: 30px 0px 10px 0px;
	}
table.gallery td {
	border: #896427 1px solid;
	padding: 3px;
	}
table.gallery td a {
	margin: 0px;
	padding: 0px;
	}
table.gallery td.descr {
	padding: 10px 5px;
	text-align: center;
	font-size: 80%;
	border: 0px;
	}
table.docs {
	width: 100%;
	}
table.docs td {
	padding-top: 15px;
	}
table.docs tr.first td {
	padding-top: 0px;
	}
table.docs td.d {
	width: 1%;
	padding-right: 10px;
	white-space: nowrap;
	}
table.docs td, table.docs td a {
	line-height: 150%;
	}
table.photogallery td a {
	display: block;
	border: #896427 1px solid;
	width: 206px;
	height: 156px;
	margin-bottom: 10px;
	}
table.photogallery td a div {
	width: 200px;
	height: 150px;
	margin: 3px;
	text-decoration: none;
	cursor: pointer; cursor: hand;
	}
table.photogallery td div {
	width: 236px;
	font-size: 95%;
	margin-bottom: 15px;
	}
table.inner td, th {
	font-size: 12px;
	padding: 3px;
	border: #896427 1px solid;
	}
table.inner th {
	font-weight: bold;
	}
#gallery {
	margin: 20px 0px 0px 0px;
	padding 0px;
	}
#gallery ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
#gallery ul li {
	background: 0;
	display: inline;
	float: left;
	padding: 0px;
	margin: 10px 10px 0px 0px;
	width: 100px;
	height: 100px;
	}




#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(/pic/e.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/pic/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/pic/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: #25485b; }
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #25485b;
	}