body
{
	font-family: tahoma, verdana, arial, "lucida console", sans-serif;
	font-size: 1em;
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	background-color: #777777;
	color: #000;
	text-align: center;
}

#shadows
{	
	background-image: url(images/shadow.png);
	margin: 0 auto;
	height: auto;
	padding:0;
	width: 770px;
	background-color: transparent;
	
}


#container
{	
	margin: 0 auto;
	padding: 0;
	width: 750px;
	height: 100%;
	background-color: #FFF;
	color: #000;
	text-align: left;
}
#header
{	
	color: FFF;
	background-image: url(images/header01.jpg); 
	text-align: bottom-left;
	width: 750px;
	height: 150px;
	background-color: #B7B7B7
}

#footer
{	position: relative;
	display: block;
	padding: 10px;
	text-align: center;
	background-color: #1f3f58;
}

#footer p{
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 0.6em;
}
#footer a:link, a:visited{
	color: #6fbfe0;
}

#footer a:hover{
	color: #fff;
}

#navigation
{
	width: 100%;
	height: 50px;
	background-color: #1f3f58;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#navigation li {
	float: left;
	margin: 0;
	padding: 2px;
	text-transform: uppercase;
	background: #1f3f58;
	}
#navigation li a {
	float: left;
	padding: 15px;
	font-size:0.8em;
	text-decoration: none;
	color: #6fbfe0;
	border: none;
	background: url(images/sidething.png) no-repeat bottom right;
	}
#navigation li a:hover {
	color: #fff;
	background: #2077a2;
	}
#navigation li a.active {
	font-weight: bold;
	/*width: 9em;*/
	color: #fff;
	background: #2077a2;
	}
	
	

#content
{	
	position: relative;
	display: block;
	padding: 10px;
	background-color: #EFEFEF;
}

#sep
{
	background-color: #FFFFFF;
	height:10;
}

#gallery
{
	text-align: center;
	background-image: url(images/gallery.png);
	position: relative;
	display: block;
	height: 170px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
}

#header h1 {
	color: #FFF;
	font-size: 10em;
}

#content p{
	color: #000;
	font-family: tahoma, verdana, arial, "lucida console", sans-serif;
	font-size: 0.8em;
}

#content li{
	padding-left: 10px;
	color: #000;
	font-family: tahoma, verdana, arial, "lucida console", sans-serif;
	font-size: 0.8em;
}

#content h1{
	color: #1f3f58;
	font-family: tahoma, verdana, arial, "lucida console", sans-serif;
	font-size: 1.5em;
}

#quote {
	font-family: "lucida console";
	font-size: 0.6em;
	color:#333333;
	padding-left: 80px;
	padding-right: 80px;
}

a:link, a:visited {
	text-decoration: none;
	color: #2077a2;
}

a:hover {
	text-decoration: none;
	color: #6fbfe0;
}

a img {
	padding: 15px;
	border: none;
	}
	
a.active {
	font-weight: bold;
}

#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.8em; margin-right: 20px;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}