body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100.1%;
	color: #FFF;
	background-color: #0E090F;
	background-image: url(../image/background/background_lifetimeswork.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

#holder {
	height: auto;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}


#holder #copyright {
	clear: both;
	float: left;
	width: 100%;
	font-size: 10px;
}

#holder #left {
	height: auto;
	width: 460px;
	min-height: 549px;
	float: left;
	padding-top: 32px;
	margin-top: 100px;
	position: relative;
}
#holder #left img {
	border: 1px solid #000;
}

#holder #right {
	float: left;
	height: auto;
	width: 182px;
	margin-left: 37px;
	margin-top: 35px;
	-webkit-box-shadow:0 0 20px #000;
	-moz-box-shadow: 0 0 70px #000;
	box-shadow:0 0 70px #000;
	}

#holder #left #navigation {
	background-color: #1A1418;
	height: 293px;
	width: 180px;
	position: absolute;
	left: 248px;
	top: 88px;
	opacity: 0.7;
	-webkit-box-shadow:0 0 20px #000;
	-moz-box-shadow: 0 0 30px #000;
	box-shadow:0 0 30px #000;
}

.opaque { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=60); }

#holder #left #background-left {
	height: 523px;
	width: 535px;
	min-height: 549px;
	background-image: url(../image/background/picture_background.png);
	background-repeat: no-repeat;
	opacity: 0.9;
	position: absolute;
	left: -64px;
	top: 1px;
}

#holder #logo {
	background-image: url(../image/background/logo_lifetimeswork.png);
	background-repeat: no-repeat;
	float: right;
	height: 149px;
	width: 342px;
	
}

#navigation ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	width: 157px;
	padding-left: 15px;
	display: block;
	margin-bottom: 16px;
	padding-bottom: 5px;
	margin-right: 5px;
	position: relative;
	letter-spacing: 1mm;
}
h1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: lowercase;
	letter-spacing: 1mm;
}

#holder #content {
	float: left;
	width: 300px;
	text-align: left;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#content a:link {
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
}
#content a:hover {
	color: #FFF;

}

#content a:visited {
	text-decoration: none;
	color: #97820B;
}
#content img{
	border: 1px solid #FFF;
	margin: 1px;
}
#holder #right img {
	border: 1px solid #333;
}


#navigation ul li {
	display: block;
	color: #FFF;
	width: 130px;
	padding-top: 4px;
	padding-left: 15px;
}

#navigation ul li a:link {
	display: block;
	color: #FFF;
	text-decoration: none;
}
#navigation ul li a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
}
#navigation ul li a:hover {
	display: block;
	color: #FFF;
	text-decoration: underline;
}

/*Lightbox styles */

#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/lightbox/gif;); /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
	background-image: url(image/lightbox/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
	background-image: url(image/lightbox/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right 15%;
}

#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;
	background-image: url(image/lightbox/close.gif);
	background-repeat: no-repeat;
	height: 22px;
}	 	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #1B1616;
}
#content address {
	margin-left: 5px;
}
#content #info {
	margin-left: 5px;
}
#content ul {
	list-style-type: none;}


#bottomNav #bottomNavClose  {
	
	
}

