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


/* ----- WRAPPER ----- */

#container {
	margin: 0 auto;
	padding: 20px 40px 40px 40px;
	width:829px;
	height:758px;
	border-style:solid;
	border-width:0px;
}

/* ----- HEADER ----- */

#title {
	float:left;
	padding: 10px 0 0px 0px;
	width:444px;
	min-height:83px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:83px; /* for IE5.x and IE6 */
	z-index:2;
}

#menu {
	float:left;
	padding: 64px 0 0px 0px;
	width:383px;
	min-height:24px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:24px; /* for IE5.x and IE6 */
	z-index:3;
}

/* ----- MAIN CONTENT ----- */

#main {
	float:left;
	width:829px;
	height:498px;
	border-style:solid;
	border-width:1px;
}

#contactimage{
	float:right;
	padding: 20px 20px 20px 0px;
	width:312x;
	min-height:300px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:300px; /* for IE5.x and IE6 */
	z-index:8;
}

#newsimage{
	float:right;
	padding: 20px 0 20px 60px;
	width:312px;
	min-height:300px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:300px; /* for IE5.x and IE6 */
	z-index:8;
}

#aboutimage{
	float:right;
	padding: 70px 10px 20px 60px;
	width:405px;
	min-height:300px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:300px; /* for IE5.x and IE6 */
	z-index:8;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}

/* ----- FOOTER ----- */

#footer {
	float:left;
	width:829px;
	height:58px;
	z-index:4;
}

/* ----- TYPE ----- */

#pagehead {
	float:left;
	padding: 64px 0 20px 70px;
	width:350px;
	height:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#aboutpagehead {
	float:left;
	padding: 64px 0 20px 70px;
	width:280px;
	height:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#collectionpagehead {
	float:left;
	padding: 64px 0 20px 70px;
	width:800px;
	height:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#content {
	float:left, bottom;
	padding: 0px 0 0px 70px;
	width:250px;
	height:58px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#newscontent {
	float:left, bottom;
	padding: 0px 0 0px 70px;
	width:400px;
	height:58px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#collectioncontent {
	float:left, bottom;
	padding: 0px 0 0px 70px;
	width:829px;
	height:58px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#thumbnails {
	float:left;
	padding: 60px 0 20px 9px;
	width:829px;
	height:498px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

img.thumb {
	border: 6px white solid;
}