body {

	background: #0b0b0b url(images/bg_body.jpg) top left no-repeat;
	text-align: left;
	color: #f1a725;
	height: 150px;
	font: 9.5pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 0 auto;
	padding-top: 0px;
	display: block inline;
}

h1 {
font-weight: normal;
font-size: 16pt;
	margin-left: 60px;
	width: 750px;
margin-bottom: 25px;
margin-top: 0px;
}

h2 {
font-weight: normal;
font-size: 23pt;
	margin-left: 90px;
	width: 750px;
margin-bottom: 25px;
margin-top: 0px;
}

#mainContainer {
	width: 1060px;
}

#header {
	background: url(images/bg_header.png) center left no-repeat;
	height: 120px;
	float: left;
	width: 400px;
	padding-left: 700px;
	padding-top: 30px;
}

#nav {
	width: 180px;
	min-height: 200px;
	float: left;
	padding-top: 15px;
}

#main {
	background: url(images/bg_main.jpg) top left;
	min-height: 200px;
	float: left;
	width: 880px;
	padding-top: 10px;
	
}

.gallery_photo {
	background: url(images/gallery_photo.png) no-repeat;
	width: 600px;
	margin: 25px;
	margin-left: 140px;
	padding: 0;
}

.gallery_photo img{
	margin-right: -2px;
	margin-left: -3px;
	margin-bottom: -3px;
}

.gallery_3d_1 {
	background: url(images/gallery_3d_1.png) no-repeat;
	width: 600px;
	margin: 25px;
	margin-left: 140px;
	padding: 0;
}

.gallery_3d_1 img{
	margin-right: -2px;
	margin-left: -3px;
	margin-bottom: -3px;
}

.gallery_3d_2 {
	background: url(images/gallery_3d_2.png) no-repeat;
	width: 600px;
	margin: 25px;
	margin-left: 140px;
	padding: 0;
}

.gallery_3d_2 img{
	margin-right: -2px;
	margin-left: -3px;
	margin-bottom: -3px;
}

.gallery_3d_3 {
	background: url(images/gallery_3d_3.png) no-repeat;
	width: 600px;
	margin: 25px;
	margin-left: 140px;
	padding: 0;
}

.gallery_3d_3 img{
	margin-right: -2px;
	margin-left: -3px;
	margin-bottom: -3px;
}

.gallery_2d {
	background: url(images/gallery_2d.png) no-repeat;
	width: 600px;
	margin: 25px;
	margin-left: 140px;
	padding: 0;
}

.gallery_2d_2 img{
	margin-right: -2px;
	margin-left: -3px;
	margin-bottom: -3px;
}

.gallery_2d_2 {
	background: url(images/gallery_2d_2.png) no-repeat;
	width: 600px;
	margin: 25px;
	margin-left: 140px;
	padding: 0;
}

.gallery_2d img{
	margin-right: -2px;
	margin-left: -3px;
	margin-bottom: -3px;
}

.gallery_2d_3 {
	background: url(images/gallery_2d_3.png) no-repeat;
	width: 600px;
	margin: 25px;
	margin-left: 140px;
	padding: 0;
}

.gallery_2d_3 img{
	margin-right: -2px;
	margin-left: -3px;
	margin-bottom: -3px;
}

.gallery_2d_4 {
	width: 800px;
	margin: 25px;
	margin-left: 40px;
	padding: 0;
}

.gallery_2d_4 img{
	margin-top: 20px;
}

.front {
	
	width: 750px;
	margin: 25px;

	padding: 0;
}




/*-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: #111 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: #666;
	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; 
}


