body
	{
	margin: 0;
	padding: 0;
	background: #000033;
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	height: 95%;
	border: none;
	}
html
	{
      margin:0;
      padding:0;
      height:100%;
      border:none
	}
#wrapper
	{
	vertical-align: middle;
	height: 100%;
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	}
#header
	{
	position: relative;
	border: none;
	margin: auto;
	margin-top: 20px;
	padding: 0;
	width: 400px;
	height: 200px;
	}
#nav
	{
	position: relative;
	margin: 0 0 1em 1em;
	padding: 1em 1em 1em 1em;
	height: auto;
	width: 6em;
	float: left;
	clear: none;
	border: none;
	}
#content
	{
	margin: auto;
	margin-top: 20px;
	padding: 1em;
	width: 30em;
	}
#footer
	{
	margin: auto;
	width: 30em;
	text-align: center;
	font-size: 65%;
	margin-top: 5em;
	margin-bottom: 1em;
	}
#google
	{
	position: relative;
	margin: 1em 1em 1em 1em;
	padding: 0;
	height: auto;
	width: 130 px;
	float: right;
	clear: none;
	border: none;
	}
.imgcenter
	{
	display:block; 
	margin:0 auto;
	text-align:center;
	}
.box
	{
	position: relative;
	width: 100%;
	height: 100%;
	float: none;
	clear: none;
	margin: auto;
	text-align: center;
	border: none;
	margin: 0;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	}
.floatleft
	{
	float: left;
	clear: none;
	margin-right: 1em;
	}
.image
	{
	margin: auto;
	width: 320px;
	padding: 5px;
	background: #000000;
	margin-top: 1em;
	border: none;
	}
.right
	{
	float: right;
	clear: none;
	border: none;
	}
.blurb
	{
	font-style: italic;
	font-size: 1.5em;
	}
.info
	{
	font-style: italic;
	font-size: 0.9em
	}
:link,:visited
	{
	text-decoration: none;
	}
h1,h2,h3,h4,h5,h6,pre,code
	{
	font-size: 1em;
	}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
	{
	margin: 0; padding: 0;
	}
a img,:link img,:visited img
	{
	border: none;
	}
a.current
	{
	color: #ffffff;
	}
address
	{
	font-style: normal;
	}
ul.menu
	{
	list-style: none;
	padding-left: 0;
	}
ul.list
	{
	list-style: circle;
	}
ul
	{
	padding-left: 1em;
	}
p
	{
	margin-left: 1em;
	}
h1
	{
	font-size: 1.3em;
	font-weight: bold;
	color:#ffffff;
	margin-top: 0.5em;
	}
a.imglink:hover
	{
	background: transparent;
	}
a:link
	{
	background: inherit;
	color: #ffff99;
	text-decoration: none;
	}
a:visited
	{
	background: inherit;
	color: #ffff99;
	text-decoration: none;
	}
a:hover
	{
	background: inherit;
	color: #ffffff;
	text-decoration: overline underline;
	}
a:active
	{
	background: inherit;
	color: #ffffff;
	text-decoration: none;
	}
/* LightBox */
#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: #ffffff;
	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(/lightbox/images/prevlabel.gif) left 15% no-repeat;
	}
#nextLink:hover, #nextLink:visited:hover
	{
	background: url(/lightbox/images/nextlabel.gif) right 15% no-repeat;
	}

#imageDataContainer
	{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	}
#imageData
	{
	padding:0 10px;
	color: #666666;
	}
#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: #000000;
	}
/* end Light Box */
a.linkopacity img
	{
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	border: none;
	margin: 0.1em;
	padding: 2px;
	background: #000000;
	}
a.linkopacity:hover img
	{
	filter: alpha(opacity=60);   
	-moz-opacity: 0.6;   
	opacity: 0.6;
	border: none;
	margin: 0.1em;
	padding: 2px;
	background: #000000;
	}
a.linkopacityindex img
	{
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	border: none;
	}
a.linkopacityindex:hover img
	{
	filter: alpha(opacity=60);   
	-moz-opacity: 0.6;   
	opacity: 0.6;
	border: none;
	}