

.background {
	background: #98989B;
        }

#page {
	background: url(images/background.jpg) fixed no-repeat center center;
	width: 792px;
	height: 564px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -282px auto auto -396px;
	}

#container {
	position: absolute;
	top: 170px;
	left: 25px;
	width: 400px;
	height: 390px;
	border: 0;
	overflow: hidden;
	}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	font-family: Lucinda, Verdana, serif;
	font-size: 9px;
	color: #000;
	}

#contenthome {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 400px;
	text-align: center;
	font-family: Lucinda, Verdana, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	}

#contentbig {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 400px;
	text-align: center;
	font-family: Lucinda, Verdana, serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	}

#contentbig a {
	text-decoration: none;
	}

#contentlrcs {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 385px;
	text-align: center;
	font-family: Lucinda, Verdana, serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	line-height: 18px;
	}

#contentlrcs a {
	text-decoration: none;
	}

#contentcontact {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 400px;
	text-align: center;
	font-family: Lucinda, Verdana, serif;
	font-size: 11px;
	line-height: 30px;
	color: #000;
	}

.webmas {	
	position: absolute;
	top: 330px;
	left: 0px;
	width: 400px;
	text-align: center;
	font-family: Lucinda, Verdana, serif;
	font-size: 9px;
	color: #000;
	}


.bioref {	
	position: absolute;
	top: 280px;
	left: 0px;
	width: 400px;
	}

#arrows {
	position: absolute;
	left:435px;
	top: 524px;
	width: 50px;
	}

#head {
	position: absolute;
	top: 115px;
	left: 20px;
	}

#menu1 {
	position: absolute;
	top: 35px;
	left: 20px;
	}

#menu2 {
	position: absolute;
	top: 45px;
	left: 80px;
	}

#menu3 {
	position: absolute;
	top: 35px;
	left: 135px;
	}

#menu4 {
	position: absolute;
	top: 45px;
	left: 230px;
	}

#menu5 {
	position: absolute;
	top: 45px;
	left: 295px;
	}

#menu6 {
	position: absolute;
	top: 40px;
	left: 385px;
	}

#menu7 {
	position: absolute;
	top: 55px;
	left: 445px;
	}

#menu8 {
	position: absolute;
	top: 45px;
	left: 515px;
	}

#menu9 {
	position: absolute;
	top: 45px;
	left: 635px;
	}

#menucntct {
	position: absolute;
	top: 40px;
	left: 725px;
	}

#press {
	background: #98989B;
	font-family: Lucinda, Verdana, serif;
	font-size: 9px;
	color: #000;
	margin: 80px 20% 80px 20%
        }

#press .textblock {
	background: #F2F8F4;
	padding: 10% 10% 10% 10%;
	}
#lrcs {
	background: #98989B;
	font-family: Lucinda, Verdana, serif;
	font-size: 9px;
	color: #000;
	margin: 80px 25% 80px 25%
        }

#lrcs .textblock {
	background: #F2F8F4;
	padding: 10% 10% 10% 10%;
	text-align: center;
	}

img: {
	border: 0px;
	}
a img {
	border: 0px;
	}

a {	
	color: #000;
	}

a:hover {
	color: #999999;
	}

/* layout lightbox */

#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;
	}
