/* CSS */

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/bkgd5.gif);
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;	
}

p, blockquote, ul, ol {
	line-height: 1.6em;
}

a {
	border: none;
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	color: #660099;
}

a.white:link {color: #ffffff; text-decoration: underline}
a.white:active {color: #ffffff; text-decoration: underline}
a.white:visited {color: #ffffff; text-decoration:underline}
a.white:hover {color: #ffffff; text-decoration: underline}

/* It's my junk in a box */

#junkinabox {
	position:relative;
	width: 948px;
	height: 100%;
	background:url('images/bkgd.gif') top left repeat-y;
	margin: 0 auto;
	border-left: 2px solid #381d59;
	border-right: 2px solid #381d59;
}

/* Header */

#header {
	width: 947px;
	height: 236px;
	margin: 0 0 0 1px;
	padding: 0;
	background: url('images/header.gif') top left no-repeat;
}

/* Page */

#page {
	position:relative;
	width: 948px;
	padding: 0px;
}

/* Left Nav */

#leftnav {
	position:absolute;
	width: 195px;
	left: 55px;
}

#leftnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;	
	text-align:left;
	display: block;
}

#leftnav li {
	padding: 5px 0px 0px 0px;
}

#leftnav a {
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
}

#leftnav a:hover {
	color: #660099; 
	text-decoration: none;
} 

#leftnav img {
	border: none;
	padding: 1px;
	margin: 0px;
}

#leftnav h1 {
	font-size: 125%;
	font-weight: bold; 
	letter-spacing: 1px;
	text-align: center;
	margin-top:20px;
	margin-bottom:10px;
}

/* Content */

#content {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 315px;
	position:relative;
	top: 10px;
	width: 580px;
	background-image:url('images/bkgd2.gif');
	border: 2px solid #008480;
}

#content body {
	width: 545px;
}

#content h1 {
	font-size: 138%;
	font-weight: bold; 
	letter-spacing: 1px;
	text-align: center;
	margin-top:20px;
	margin-bottom:15px;
}

#content h2 {
	font-size: 113%;
	margin-top: 15px;
	text-align: center;
}

#content h3 {
	font-size: 92%;
	margin-bottom: 20px;
}

#content ul, #content ol {
	list-style-position: inside;
	padding: 0px 15px 0px 5px;
}

#content li {
	margin-left: 20px;
}

#content p {
	text-align:justify;
	text-indent: 30px;
	padding: 0px 7px 0px 7px;
}

#content img {
	border: none;
	padding: 4px;
	margin: 0px;
}

#content img.nopad {
	border: none;
	padding: 0px;
	margin: 0px;
}

#content a {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 947px;
	height: 134px;
	margin: 0 0 0 1px;
	background: url('images/footer.gif') top left no-repeat;
}

#footer p {
	text-align: center;
	padding: 70px 0px 0px 0px;
	font-size: 77%;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	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: #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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/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; }