body {
 	background: #333;
 	text-align: center;
 	font-size: 64%;
 	}
 
#container {
 	margin: 70px auto;
 	text-align: left;
 	width: 765px;
 	}
 
#navigation li a {
	display: block;
	}

#navigation {
 	margin: 0;
 	padding: 0;
 	width: 765px;
 	height: 48px;
 	background: #fff url(navbg.png);
 	}

#navigation li {
 	list-style: none;
	float: left;
 	}
 	
#douglas-keeley a {
	background: url(header.png) no-repeat;
	width: 259px;
	display: block;
	height: 36px;
	text-indent: -9999px;
	}

#portfolio-gallery a {
	background: url(portfolio-gallery.png) 0px 0px no-repeat;
	width: 176px;
	height: 48px;
	text-indent: -9999px;
	margin-right: 25px;
	}

#about-douglas a {
	background: url(about-douglas.png) 0px 0px no-repeat;
	width: 176px;
	height: 48px;
	text-indent: -9999px;
	}

#contact-details a {
	background: url(contact-details.png) 0px 0px no-repeat;
	width: 176px;
	height: 48px;
	text-indent: -9999px;
	}

#thanks-to a {
	background: url(thanks-to.png) 0px 0px no-repeat;
	width: 176px;
	height: 48px;
	text-indent: -9999px;
	}

#navigation li a:hover {
	background-position: 0px -48px;
	}

#navigation li a#current {
	background-position: 0px -96px;
	}

#unfinished-business-caption a{
	display: block;
	text-indent: -9999px;
	background: url(unfinished-business-caption.png);
	width: 164px;
	margin-top: -15px;
	height: 36px;
	}

#copyright-stuff {
	width: 139px;
	height: 32px;
	background: url(copyright-stuff.gif) no-repeat;
	background-position: 0 10px;
	text-indent: -9999px;
	margin-left: 624px;
	margin-top: 10px;
	}

#tiny-link a {
	display: block;
	width: 138px;
	height: 22px;
	text-indent: -9999px;
	margin-left: 624px;
	}

#tiny-link {
	text-indent: -9999px;
	margin-top: -35px;
	}

#content {
	height: 476px;
	background: #444 url(conhtent-bg.jpg) no-repeat;
	font-family: verdana;
	font-size: 110%;
	color: #fff;
	padding: 0 20px;
	}

#content p {
	margin:0; padding:0;
	padding-top: 16px;
	}

#content h3 {
	font-size: 120%;
	margin:0; padding: 0;
	margin-bottom: px;
	padding-top:20px;
	}

#content h2 {
	font-size: 150%;
	margin:0; padding: 0;
	margin-bottom: px;
	padding-top:20px;
	}

form {
	margin:0;padding:0;
	}
	
a:link, a:visited {
	color: #ffffcc;
	}

#content h2 {
	font-family: "Trebuchet MS";
	font-weight: normal;
	}

#content a:hover, #content a:active {
	border-bottom: 1px solid #ffff00;
	}

img {
	border: 0;
	}

#content img {
	margin-top: 5px;
	}

#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(../images/blank.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(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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #333;
	}
	
a {
	outline:none;
	}