BODY { 
	background: #FFFFFF; 
	font-family: georgia, arial, verdana; 
	font-size: .6em; 
	color: #000000;
	font-style: italic;
	}
	
TABLE {
	background-color: #FFFFFF;
	}

A:link, A:visited { 
	text-decoration: none; 
	color: #000000;
	font-style: italic;
		}
		
A:active {
	text-decoration: none;
	color: #EDD920;
	font-style: italic;
	}
	
A:hover { 
	text-decoration: none; 
	color: #000000;
	font-style: italic;
	background: #FFED00;
	}

b {
	font-family: helvetica, arial;
	font-size: 16px;
	font-style: normal;
	font-variant: small-caps;
	letter-spacing: 1px;
	}
	
i {
	letter-spacing: 2px;
	}
	
#heading {
	font-size:1.1em;
	font-weight: normal;
	color: #000000;
	}
	
#role {
	font-variant: small-caps;
	color: gray;
	letter-spacing: 1px;
	font-style: italic;
	}
	
#cyan:hover { 
	text-decoration: none; 
	color: #000000;
	font-style: italic;
	background: #FFED00;
	}
	
#magenta:hover { 
	text-decoration: none; 
	color: #000000;
	font-style: italic;
	background: #FFED00;
	}
	
#yellow:hover { 
	text-decoration: none; 
	color: #000000;
	font-style: italic;
	background: #FFED00;
	}
	
#black:hover { 
	text-decoration: none; 
	color: #000000;
	font-style: italic;
	background: #FFED00;
	}
	
#nav:hover { 
	text-decoration: none; 
	color: #000000;
	font-style: italic;
	background: #FFED00;
	}
	
#framecontent{
	position: absolute;
	top: 0;
	bottom: 0; 
	left: 0;
	width: 200px; /*Width of frame div*/
	height: 100%;
	overflow: auto;
	background-image: url('imgs/stripes.gif');
	color: #000000;
	}

#maincontent{
	position: fixed;
	top: 0;
	left: 200px;
	right: 0; /*Set right value to WidthOfFrameDiv*/
	bottom: 0;
	overflow: auto; 
	background-image: url('imgs/stripes.gif');
	color: #000000;
	}

.innertube{
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
	}

* html body{ /*IE6 hack*/
	padding: 0 0 0 200px; /*Set value to (0 WidthOfFrameDiv 0 0)*/
	}

* html #main{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
	}
	
#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/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 .8em; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ color: #000000; }
#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; 
	}

