body {
	background: white;
	font-family: Arial, helvetica, sans-serif;
	font-size: 80%;
}

#container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5em;
	border: 2px solid black;
	height: auto;
}

#header {
	background: white;
	height: 100px;
	width: 100%;
	position: relative;
	right: 10%;
	margin-top: 30px;
}

#header img {
	height: 100px;
	width: 671;
	position: relative;
	float: right;
	right: -2px;
	bottom: -2px;
}

#header h1 {
	text-align: right;
	font-size: 2em;	
}

#nav {
	background-color: white;
	min-height: 400px;
	margin-left: 2em;
}

#nav, #nav ul {
	padding: 0;
	list-style: none;
	float: left;
	width: 10em;
}

#nav ul {
	margin: 0;
}

#nav li {
	position: relative;
	line-height: 2em;
	float: left;
	width: 12em;
	border: solid white;
	border-width: 1px 2px;
	background: black url(images/3boxes.gif) no-repeat top right;
	letter-spacing: 0.1em;
}

#nav li ul {
	position: absolute;
	width: 12em;
	margin-left: 12em;
	margin-top: -1.5em;
	left: -999em;
}

#nav li:hover {
	background: black url(images/3grayboxes.gif) no-repeat top right;
}

#nav li:hover ul {
	left: auto;
}

#nav li a {
	display: block;
	text-decoration: none;
	color: white;
	width: 12em;
	padding: 0 0.5em;
}

.accessaid {
	position: absolute;
	height: 0;
	overflow: hidden;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.2em;
}

#content {
	margin-left: 12.5em;
	background: black;
	padding: 20px;
	color: white;
	min-height: 500px;
	height:auto;
	width: auto;
}

#content h2 {
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 0.5em;
}

#content img {
	padding: 6px 6px 10px 6px;
	background: #303030;
	border: 1px solid #707070;
	color: black;
}

#content img.lead {
	width: 70%;
	max-width: 700px;
		}

#content p {
	margin-left: 10%;
	margin-right: 10%;
	text-align: left;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.3em;
}

#content a, #splash a {
		text-decoration: none;
		color: #8d8d8d;
}

#content a:hover, #splash a:hover {
	color: #ffffff;
}

table.fineart {
	border: 1px solid white;
	margin: 0 0 1em 3em; 
	float: left;
	border-collapse: collapse;
	caption-side: top;
	}

table.canvas {
	border: 1px solid white;
	margin: 0 3em 1em 0;
	float: right;
	border-collapse: collapse;
	caption-side: top;
	}

tr.pano {
	background: #333;
}

	
caption {
	margin-bottom: 3px;
}


td {
	padding: 0.1em 2em;
	border-spacing: 1em;
	text-align: center;
	}

th {
	background: white;
	color: black;
}

#gallery {
	padding: 10px 0 10px 0;
	margin: 10px auto 10px auto;
	border: solid 2px #8d8d8d;
	background: white;
}


#gallery.landscape {
	height: 324px;
	width: 682px;
}

#gallery.lydia {
	height: 1350px;
	width: 682px;
}


#gallery img {
	border: solid 1px black;
	padding: 0;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

#gallery p {
	text-align: left;
	font-size: 1em;
	font-weight: normal;
	color: black;
	letter-spacing: 0.1em;
	line-height: 1.3em;

}

img.r {
		float: right;
		margin: 0 2em 2em 2em;
}

img.l {
		float: left;
		margin: 0 2em 2em 2em;
}

.corner {
		background: url(images/corner.gif) top left no-repeat;
		position: relative;
		margin: 0;
		width: 20px;
		height: 2em;
		top: -2px;
		left: -2px;
		line-height: 0;
		text-indent: -999em;
}

.cornerfill {
		background: url(images/cornerfill.gif) top left no-repeat;
		position: relative;
		margin: 0;
		width: 20px;
		height: 20px;
		left: -20px;
		line-height: 0;
		text-indent: -999em;
}

#content ul.textlist {
	float: left;
	width: auto;
	height: 10em;
}

#content p.footer {
	clear: both;
	text-align: center;
}



/* Lightbox CSS */

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