body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	text-align: centered;
	font-family: verdana, sans-serif;
	font-size: small;
	color: black;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background: white;
	height: 100%;
}

#header img {
	height: 148px;
}
#nav {
	background: #eee;
	height: 50px;
	position: absolute;
	width: 960px;
}
#nav ul{
	list-style: none;
	padding-left: 150px;
	float: left;
	width: 100%;
	position: absolute;

}
#nav li{
	display: block;
	list-style-type: none;
	float: left;
	position: relative; 
}
#nav a{
	text-decoration: none;
	display: block;
	color: gray;
	text-align: centered;
	margin-right: 2px;
	padding: 5px 25px 5px 25px;
}

#nav a:hover, active{
	color: white;
	background: black;
}
#nav #menu ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 175px;
	text-decoration: none;
	background: white;
	text-align: left;
}
#nav #menu li:hover > ul {
	display: block;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

#banner {
	margin-top: 40px;
}
#column1 {
	width: 200px;
	position: relative;
	margin-left: 95px;
}
#column1 p {
	font-size: x-small;
}
#column1 a {
	text-decoration: none;
	color: #6699ff;
}
h1 {
	font-size: medium;
	font-weight: normal;

}
#column2 {
	width: 200px;
	position: absolute;
	margin-left: 385px;
	margin-top: -170px;
}
#column2 p {
	font-size: x-small;
}
#column2 a {
	text-decoration: none;
	color: #6699ff;
}
#column3 {
	width: 200px;
	position: absolute;
	margin-left: 675px;
	margin-top: -170px;
	
}
#column3 p {
	font-size: x-small;
}
#column3 a {
	text-decoration: none;
	color: #6699ff;
}

#footer{
	margin-top: 85px;
	background: black;
	width: 100%;
	padding: 1px;
}
h2 {
	font-size: x-small;
	color: white;
	font-weight: normal;
	padding-left: 3px;
}
#bodycontact p {
	float: right;
	margin-right: 300px;
	width: 300px;
}
#bodylinks a {
text-decoration: none;
	color: #6699ff;
	font-weight: normal;
	}
#bodylinks p {
	margin-top: -15px;
}
#bodyabout p {
	float: right;
	margin-right: 150px;
	width: 350px;
}
#body {
	padding: 20px;
}
#body a {
	text-decoration: none;
	color: #69f;
}
#imagenav a{
	color: gray;
	background: #eee;
	font-size: x-small;
		padding: 2px 7px 2px 7px;

}
ul#imagenav li{
	float: left;
	list-style: none;
	display: block;
	margin-right: 18px;
}
#body img {
	border: none;
	margin: 20px 0 0 20px;
}


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

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

	