body {
	background: url(/images/background.gif) #dccdb0 repeat-y top center;
	margin: 0;
	padding: 0;
}

acronym {
	cursor: help;
}

a, a:link, a:active, a:visited {
	color: #ff0000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

img, a {
	border: 0;
}

h1 {
	margin: 0 20px 20px 20px;
	padding-top: 20px;
	text-align: right;
	font-family: verdana, helvetica, sans-serif;
	font-size: 24px;
	font-weight: 800;
	font-variant: small-caps;
	color: #000000;
	background: url(/images/strip.jpg) transparent no-repeat bottom left;
}

h3 {
	margin: -20px 20px 20px 20px;
	text-align: right;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
}

p {
	margin: 20px;
}

.projecticon {
	width: 160px;
	height: 200px;
	border: 0;
}

.thumb {
	width: 150px;
	height: 112px;
	border: 3px solid #5b3829;
}

.thumb:hover {
	border: 3px solid #ff0000;
}

.attract {
	float: right;
	width: 200px;
	background: url(/images/attract.gif) #9f634b repeat-x;
	font-size: 14px;
	color: white;
	text-align: justify;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px;
	margin: 0 15px 0 15px;
}

.attract .h {
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.middle {
	width: 500px;
	background: url(/images/attract.gif) #9f634b repeat-x;
	font-size: 14px;
	color: white;
	text-align: justify;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px;
	margin: 0 auto 0 auto;
}

.middle .h {
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.middle a, .middle a:link, .middle a:active, .middle a:visited {
	color: #ffffff;
	text-decoration: underline;
}
.middle a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}

#preload {
	display: none;
}

#top, #menu, #outer, #footer {
	width: 700px;
	margin: 0 auto 0 auto;
}

#top {
	height: 200px;
	padding: 0;
	overflow: hidden;
}

#menu {
	height: 33px;
	padding: 0;
	overflow: hidden;
}

img .banner {
	width: 670px;
	height: 200px;
}

#outer {
	padding-left: 30px;
}

* html #outer {
	padding: 0;
	margin-left: 30px;
}
	

#content {
	width: 670px;
	min-height: 535px;
	background: url(/images/contentbg.jpg) repeat-x #e7decb;
	text-align: justify;
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#footer {
	width: 670px;
	text-align: center;
	font-family: verdana, helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	margin: 15px;
}



/* LIGHTBOX */
#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; }
