body {
	background-image:url(images/background.jpg);
	background-repeat: repeat;
	background-position: top center;
}
#wrapper {
	margin: 22px auto 0;
	padding: 0;
	height: 600px;
	width: 800px;
}
#wrapper #header {
	width: 800px;
	height: 110px;
	margin: 0;

}
#wrapper #bottom {
	width: 770px;
	height: 500px;
	margin-left: 25px;
    padding: 0px;  
}
#header ul {
    margin: 0;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

#header ul li {  
    display: inline;
    margin: 0;
    padding: 0px;
    }

#header ul li a {
    text-decoration: none;
    margin: 0;
    padding: 0px;
    }
#wrapper #bottom #nav {
	width: 165px;
	height: 490px;
	float: left;
		margin:0px;
    padding: 0px;
}
#wrapper #bottom #nav #mainnav {
	width: 165px;
	height: 190px;
	margin-left: 0px;
    padding: 0px;

}  
#mainnav ul {
    margin: 0;
    padding-top: 20px;
	_position: relative;
	_left: 40px;
    }

#mainnav ul li {  
    display: block;
    text-decoration: none;
    }

#mainnav a {
    text-decoration: none;
    }
#wrapper #bottom #nav #subnav {
	width: 165px;
	height: 150px;
	margin-left: 0px;
    padding: 0px;
}
#subnav ul {
	padding-top: 0px;
	text-align: left;
	border: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #00AABC;
}
#subnav ul li{

	border: none;
	list-style: none;
}
#subnav li {
	margin-bottom: 8px;
	list-style-type: none;
}
#subnav a {
	color: #000000;
	text-decoration: none;
	padding-bottom: 0px;
}
#subnav a:link {
	color: #000000;
}
#subnav a:hover {
	color: #00AABC;
}
#subnav a:visited {
	color: #000000;
}
#wrapper #bottom #nav #next  {
	width: 165px;
	height: 53px;
	margin-left: 0px;
	padding: 0px;

	}
 
#next ul {
    text-align: left;
    }

#next ul li {  
    display: inline;
    padding-right: 10px;
    }

#wrapper #bottom #content {
	width: 500px;
	height: 489px;
	float: right;
}
#wrapper #bottom #content #image{
	width: 450px;
	height: 275px;
	margin-top: 30px;


}
#wrapper #bottom #content #text{
	width: 400px;
	height: 120px;
	margin-top: 25px;
}
h1 {
	color: #000;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
}
p {
	color: #000;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
}
#text a {
	color: #000000;

	padding-bottom: 10px;
}
#text a:link {
	color: #000000;
}
#text a:hover {
	color: #00AABC;
}
#text a:visited {
	color: #000000;
}
#image a {
	color: #000000;

	padding-bottom: 10px;
}
#image a:link {
	color: #000000;
}
#image a:hover {
	color: #00AABC;
}
#image a:visited {
	color: #000000;
}
#cablecars #bottom #content #image #thumbnails {
	clear: both;
	width:400px;
	diplay: inline;
	margin-top: 15px;
}
#forkingpaths #bottom #content #image #thumbnails {
	clear: both;
	width:400px;
	diplay: inline;
	margin-top: 15px;
}
#ircnews #bottom #content #image #thumbnails {
	clear: both;
	width:400px;
	diplay: inline;
	margin-top: 15px;
}
#library #bottom #content #image #thumbnails {
	clear: both;
	width:400px;
	diplay: inline;
	margin-top: 15px;
}
#areamap1 #bottom #content #image #thumbnails {
	clear: both;
	width:400px;
	diplay: inline;
	margin-top: 15px;
}

/* lightbox start */

#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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/* lightbox end */
