﻿a img {border:none; }

body {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	background-image: url('images/bkg.jpg');
	background-repeat: repeat-x;
	background-attachment:fixed;
}

#wrapper {
	width:782px;
	margin:0px auto;
	border:1px solid #bbb;
	padding:10px;
}

#header {
	height:81px;
}
#header2 {
	height:176px;
}
#content {
	margin-top:10px;
	padding-bottom:10px;
	background-color:white;
}
#content div {
	padding:10px;
	float:left;
}

#content-main {
	width:594px;
	min-height:480px;
	height:550px;
	background-color:white;
	padding:20px;
}
#content-special {
	width:762px;
	background-color:white;
	min-height:480px;
	height:550px;
	padding:20px;
}
#content-right {
	width:147px;
	min-height:480px;
	height:550px;
	background-color:white;
	border-left:1px dotted #bbb;
}

#navcontainer ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: 	#C0C0C0;
	color: black;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
}

#navcontainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}

#navcontainer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: black;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	background-color: #369;
	color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }

<!--second set of links-->

ul#navlist2 {
	float: left;
	width: 145px;
	\width: 147px;
	w\idth: 145px;
	padding: 0px;
	border: 1px solid #808080;
	border-top: 0px;
	margin-left: -20px;
	font: bold 12px verdana,helvetica,arial,sans-serif;
	background: #808080;
}

ul#navlist2 li {
	float: left;
	list-style: none;
	border: 0px;
	border-top: 1px solid #808080;
	margin-left: -55px;
}

ul#navlist2 li a {
	float: left;
	display: block;
	width: 122px;
	\width: 147px;
	w\idth: 122px;
	padding: 4px 8px 4px 8px;
	border: 0px;
	border-left: 20px solid #aaaabb;
	background: #ccccdd;
	text-decoration: none;
	text-align: left;
}

ul#navlist2 li a:link { color: #666677; }
div#navcontainer2 li a:visited { color: #666677; }

ul#navlist2 li a:hover {
	border-color: #000CFF;
	color: #ffffff;
	background: #000d33;
}
<!--end second set of links-->

#footer {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #bbb;
	width:682px;
}
#bottom {
	clear:both;
	text-align:justify;
	color:white;
	a:link {color: #000000;}
}


#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: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;
	}

#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	