body
{

	background: #000 url(images/background.jpg) top center;
	text-align: center;
	color: #d0b87b;
	height: 150px;
	width: 98%;
	font: 9.5pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 0;
	margin-left: 12px;
	padding: 0;
}

#mainContainer {
	background: url(images/background_main.jpg) top center;
	background-attachment: fixed;
	text-align: center;
	width: 900px;
	padding: 0;
	margin: 0 auto;
	margin-top: 20px;
}

.content {
	background: url(images/background_content.jpg) top center repeat-y;
	text-align: left;
	width: 800px;
	padding-left: 50px;
	padding-right: 50px;
	min-height: 50px;
	margin-top: 0;
}

.break {
	background: url(images/content_break.gif) center center repeat-y;
}

#header {
	background: url(images/background_top.png) top center no-repeat;

}

#nav {
	background: url(images/nav.jpg) bottom center no-repeat;
	padding-bottom: 10px;
}

#highlight {
	width: 800px;
	text-align: left;
}

.thumb {
	text-align: center;
	margin: 0 auto;
	float: left;
	width: 200px;
	height: 170px;
	background: url(images/frame.gif) center center no-repeat;
}

.thumb2 {
	text-align: center;
	margin: 0 auto;
	float: left;
	width: 820px;
	height: 170px;
	background: url(images/frame2.gif) center center no-repeat;
}

.thumb3 {
	text-align: center;
	margin: 0 auto;
	float: left;
	width: 130px;
	height: 85px;
	background: url(images/frame3.gif) center center no-repeat;
}

.spacer {
	clear: both;
}

.right {
	float: right;
	margin-right: 100px;
}




/*-links-*/




#mainContainer a {
	color: #d0b87b;
	font: 9.5pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}

#mainContainer a:hover {
	font-weight: bold;
	color: #eee; 
	text-decoration: none;
}

#header a {
	height: 20px;
	text-decoration: none;
	margin-left: -2px;
	margin-right: -2px;

}

#header a:hover {
	background-position: 0px -20px;
}

#nav a {
	height: 20px;
	text-decoration: none;
	margin-left: -2px;
	margin-right: -2px;

}

#nav a:hover {
	background-position: 0px -20px;
}

a.home {
	background: url(images/links/home.gif) no-repeat;
}
a.two {
	background: url(images/links/2d.gif) no-repeat;
}
a.three {
	background: url(images/links/3d.gif) no-repeat;
}
a.misc {
	background: url(images/links/other.gif) no-repeat;
}
a.photo {
	background: url(images/links/photo.gif) no-repeat;
}



/*-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: #2e0606 url(images/lightbox-back2.jpg); 
	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{ 
	color: #808080;
	font: 18px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 

	margin: 0 auto; 
	height: 31px; 
	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: 40; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
}


