body {
background-color: #3bf;
font: 14px/18px verdana, sans-serif; 
}

img {
border:none; 
max-width: 100%; 
height: auto;
}

.banner {
background-color: #222;
width: 200px;
height: 50px;
margin: auto;
margin-top: 20px;
padding: 5px;
border: 1px solid #222;
border-bottom: 0px;
border-radius: 12px 12px 0px 0px;
text-align: center;
}

.top {
background-color: #222;
color: #999;
width: 1000px;
margin: auto;
padding: 10px;
border: 1px solid #222;
border-radius: 20px 20px 0px 0px;
text-align: center;
}

.water {
overflow: auto;
background-image: url("ocean.jpg");
width: 1020px;
margin: auto;
border-left: 1px solid #222;
border-right: 1px solid #222;
}

.nowater {
overflow: auto;
background-color: #3bf;
width: 1020px;
margin: auto;
border-left: 1px solid #222;
border-right: 1px solid #222;
}

.blubox {
overflow: auto;
background-color: #3bf;
color: #222;
border: 1px solid #222;
margin-right: 40px;
margin-bottom: 20px;
padding: 20px;
}

.clearbox {
overflow: auto;
background-color: #3bf;
color: #222;
margin-right: 80px;
margin-bottom: 20px;
text-align: justify;
}

.storybox {
background-image: url("paper.jpg");
color: #222;
text-align: justify;
margin-top: 10px;
padding: 20px;
}

.picbox {
overflow: auto;
background-color: #3bf;
color: #222;
margin-right: 80px;
margin-bottom: 20px;
text-align: left;
}

.nav {
float: left;
clear: right;
background-color: #3bf;
width: 190px;
margin-right: 40px;
padding: 8px;
text-align: right;
font: 14px/16px futura, sans-serif;
}

.cap {
color: #eee;
font: 12px/14px verdana, sans-serif;
margin-top: -10px;
}

.footer {
background-color: #222;
color: #999;
width: 1000px;
margin: auto;
padding: 10px;
border: 1px solid #222;
border-radius: 0px 0px 20px 20px;
text-align: center;
}

.prefoot {
background-color: #999;
color: #222;
width: 1000px;
margin: auto;
padding: 10px;
border: 1px solid #222;
text-align: center;
}


h1 {color:#000; font: 34px/38px impact, sans-serif; margin-top: 0px;}
h2 {color:#222; font: 94px/100px impact, sans-serif; margin-top: 0px;}
h3 {color:#222; font: 24px/28px impact, sans-serif; margin-top: 0px;}

a:link {color:#029; text-decoration: none; font: 14px/16px verdana, sans-serif; }
a:visited {color:#029; text-decoration:none; font: 14px/16px verdana, sans-serif; }
a:hover {color:#000; text-decoration:none; font: 14px/16px verdana, sans-serif; }
a:active {color:#fff; font: 14px/16px verdana, sans-serif; }


#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: #2c2f21; }
#imageData #imageDetails{ width: 100%; 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: #2c2f21;}






