body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #505C4A;
	margin: 0 0  0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	text-transform: capitalize;
	color: #85936A;
	text-align: center;
	white-space: nowrap;
}
p {
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	display: block;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper {
	display: block;
	margin: 72px auto 0 auto;
	padding: 0px;
	width: 755px;
	height: 450px;
}
#wrapper #header {
	background-image: url(/img/topbar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	height: 50px;
}
#wrapper #content {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 320px;
}
#wrapper #content #jonathon {
	display: block;
	margin: 0 10px 0 0;
	padding: 0px;
	float: left;
}
#wrapper #content.portfolio {
	height: 440px;
}
#wrapper #midbar {
	background-image: url(/img/midbar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 80px;
	clear: both;
}
#wrapper #footer {
	margin: 0px;
	padding: 0px;
	height: 101px;
	clear: left;
}
#wrapper #footer img {
	display: block;
	margin: 1px 0 0 0;
	padding: 0px;
	float: left;
	height: 102px;
	width: 179px;
}
#wrapper #footer ul {
	display: block;
	list-style-type: none;
	background-color: #85936A;
	margin: 35px 0 0 0;
	padding: 9px 0 12px 0;
	float: right;
	width: 576px;
	text-align: right;
}
#wrapper #footer ul li {
	text-align: center;
	display: inline;
	margin: 0 0 0 0;
	padding: 9px 20px 10px 20px;
	background-color: #85936A;
}
#wrapper #footer ul li a {
	font-weight: normal;
}
#wrapper #content ul {
	display: block;
	margin: 12px 0 0 10px;
	padding: 0 0 0 0;
	float: left;
	width: 190px;
	list-style-type: disc;
	text-align: left;
	text-transform: uppercase;
	font-size: 8px;
}
p.portfolio {
	display: block;
	margin: 0 0 10px 0;
	padding: 0px;
	float: left;
	height: 100px;
	width: 335px;
	clear: left;
}
#wrapper #content p.portfolio img {
	display: block;
	margin: 0 10px 0 0;
	padding: 0px;
	height: 100px;
	width: 100px;
	float: left;
}
#wrapper #content img.portfolio {
	display: block;
	padding: 0px;
	float: right;
}
p.morelink {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	text-align: right;
	width: 320px;
}
#wrapper #content ul li {
	display: list-item;
	height: 24px;
	list-style-type: disc;
}
#wrapper #content address {
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	display: block;
	margin: 24px 0 0 0;
	padding: 0px;
	width: 400px;
	text-align: left;
	float: right;
	line-height: 2.25em;
}
#wrapper #content address a {
	text-transform: lowercase;
}
#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, #prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) 0 15% no-repeat; border: none; }
#nextLink, #nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) 100% 15% no-repeat; 
border: none;
}

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