body {
	background-color: #000;
	color: #fff;
	font-family:Georgia,Serif;
	margin: 2em auto;
	width: 760px;
}

div#content {
	padding: 1em 0.5em;
	clear: both;
}
div#logo {
	height: 33px;
}
div#logo img {
	display: block;
}
div#logo {
	display: block;
}

div#menu a {
	color: #fff;
	display: block;
	float: left;
	margin-right: 1px;
	padding: 0.2em 1em;
	background-color: #222;
	text-decoration: none;
	font-size: 90%;
}
div#menu a:hover, div#menu a.active {
	background-color: #2f2f2f;
}

div.breadcrumb {
	font-size: 70%;
	margin-bottom: 1.5em;
}

div#foot {
	font-size: 70%;
	text-align: right;
	background-color: #2f2f2f;
	padding: 0.5em;
}

h1 {
	margin: 1em 0 0 0;
	font-weight: normal;
	font-size: 180%;
}

h2 {
	margin: 1em 0 0 0;
	font-weight: normal;
	font-size: 160%;
}

h3 {
	margin: 1em 0 0 0;
	font-weight: normal;
	font-size: 130%;
}

hr {
	color: #2f2f2f;
	background-color: #2f2f2f;
	height: 2px;
	border: 0;
	margin: 0;
	padding: 0;
}

p {
	padding: 0;
	margin: 1em 0;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

a {
	color: #00bff3;
}

a img {
	border: 0;
}

img.left{ 
	float:left;
	margin-right: 5px;
}
img.right{ 
	float: right;
	margin-left: 5px;
}
img.center { 
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.noalign{ 
	border-right: 5px solid #000; 
}


dl.login dd {
	margin-bottom: 0.4em;
}

dl.login dt {
	margin-right: 0.5em;
	padding: 0.2em 0 0 1em;
	width: 7em;
	text-align: right;
	display: block;
	float: left;
}

input.login {
	background-color: #2f2f2f;
	border: 1px solid #666;
	color: #fff;
}

input.button {
	background-color: #2f2f2f;
	border: 1px solid;
	border-color: #888 #444 #444 #888;
	color: #00bff3;
}

.warn {
	color: #f7941d;
}


/* Gallery Divs
----------------------------------------------*/
a.pic {
	float: left;
	width: 128px;
	height: 96px;
	margin: 0.6em;
	font-size: 90%;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	text-align: center;
}

a.pic:hover {
	border: 1px solid #444;
}


/* 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: #2f2f2f; 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #2f2f2f; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #fff; }
#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: 90px; 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; }

