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

body {
	background-color: #3F3F3F;
	max-width: 1200px
	width: 100%;
	height: 100%;
	border: 0;	
	margin: 0; 
	padding: 0;
	}
/* page headings */
h1 {
	margin-left: 3em;
	font-size: 22px;
	color: #000000; /* black */
	}			
/* section headings */
h2 {
	font-size: 18px;
	color: #3F3F3F; /* 75% black */
	}	
/* page subtitles, esp. replacing misplaced blockquotes */
h3 { 
	margin-left: 8em;
	font-size: 16px;
	color: #3F3F3F; /* 75% black */
	}		
/* footer headings */
h6 {
	margin-left: 3em;
	font-size: 14px;
	color: #000000; 
	}
			a {
				text-decoration: none;
				color: #3F3F3F; /* 75% black */
			}
			a:hover {
				color: #927F62; /* gray brown */
				border-style: none;
			}			
			a.portfolio {
				width:6em;
				text-decoration: none;
				background-color: #EEE1D3; /* off white */
				color: #000000;
				margin-top: 0;
				padding:0.2em 0.6em;
				border-right: .5em solid #3F3F3F; /* divider, 75% black */
			}
			a.portfolio:hover {
				background-color: #D8CDC0; /* off white darkened */
			}
			span.book {
				font-style: italic;
			}
			ul.navigation {
				list-style: none;
			}
			ul.portfolio li {
				list-style: none;
				display: inline;
				margin: 0;
				border: 0;
				padding: 0;
			}
			ul.subfolio {
				list-style: none;
			}
			div.container {
				background-color: RED; 
				width: 90%;
				margin-left: 5%;
				border:0;
				padding: 0;
				line-height:100%;
			}
			div.navigation {
				width: 35%;
				background-color: #EEE1D3; /* off white */
				float: left;
				position: absolute;
				display: inline;
				border-left:0;
				right:5%;
				padding:1em;
			}
			div.content {
				background-color: #EEE1D3; /* off white */
				width: 45%;
				position: relative;
				display: block;
				left: 5%;
				margin-bottom: 1em;
				border:0;
				padding: 1em;
				line-height:150%;
			}			
			span.strong {
			margin-left: 0;
			font-weight:bold;
			font-size: 18px;
			color: #000000; /* black */
			}
			.content a:link {
				color: #927F62; /* gray brown */
			}  /* visited link */
			.content a:hover {
			color: #000080; /* blue */
			}
			.content h1 {
			margin-left: 0;
			font-size: 18px;
			color: #000000; /* black */
			}
			div.gallery {
				background-color: #EEE1D3; /* off white */
				color: #000000;
				width: 75%;
				height: 250px;
				position: relative;
				display: inline;
				float: left;
				left: 5%;
				padding: 5em 0;
				border: 0;
				margin: 0;
				margin-bottom: 1em;
			}
			.gallery a {
			color: #000000; 
			}
			.gallery a:hover {
			color: #3F3F3F;
			}
			.gallery p {
				padding-left: 3em;
			}
			div#tabs {
				width: 100%;
				margin-top: 30px;
				margin-left: 5%; /* indentation */
				margin-bottom: 0px;
				border: 0;
				padding: 0;
				position: relative;
				bottom: -14px;
			}
			div#header {
				/* background:url(images/bannertexture.png) no-repeat; */
				background-color: #EEE1D3; /* off white */
				border-style: solid;
				border-width: .5em 0;
				border-color:  #927F62; /* light brown */
				margin-top: 1em;
				margin-bottom: 1em;
				padding: .5em;
				clear: both;
			}
			div#footer {
				/* background:url(images/bannertexture.png) no-repeat; */
				background-color: #EEE1D3;
				border-style: solid;
				border-width: .5em 0;
				border-color:  #927F62;
				margin-top: 1em;
				margin-bottom: 1em;
				padding: .5em;
				clear: both;
			}
			div#validation {
				margin-top: 1em;
				margin-left: 1em;
				margin-bottom:1em;
			}
			