
body {
text-align: center;
font-family: verdana;
background-color: #000000;
margin-top:5x;
margin-bottom:10px;
color:#ffffff;
}

A:link {
color:#008000; text-decoration: none;
}
A:visited {
color:#008000; text-decoration: none;
}
A:active {
color:#008000; text-decoration: none;
}
A:hover {
color:#008000; text-decoration: underline;
}
#page_wrapper {
margin: 5px;
text-align: center;
background-color: #ffffff;
font-family:Verdana, sans-serif;
font-size: .7em;
color:#8B4513;
border-color: #FFD700;
border-style: solid;
border-width: 2px;  
}
      
#c-col{
position: relative;
margin: 5px 150px 5px 150px;
padding: 5px;
z-index: 1;
 }

#c-col h1{
font-family:Georgia,Times,serif;
font-style:oblique;
font-size: 42px;
margin-top:5px;
}

#c-col h2{
font-family:Georgia,Times,serif;
font-style:oblique;
font-size: 24px;
margin-bottom:15px;
}

#left_side {
position: absolute;
margin-top: 15px;
top: 70px;
left: 20px;
width: 135px;
text-align: left;
height: 600px;
}

#left_side h3 {
font-family:Georgia,Times,serif;
font-style:oblique;
font-size: 18px;
color: silver;
}

#g-links li {
list-style: none; 
margin-right: .5em;
line-height:2em;
font-family:Georgia,Times,serif;
font-style:oblique;
font-size: 1.6em;
color: silver;
}


#right_side {
position: absolute;
top: 25px;
right: 20px;
width: 145px;
text-align: right;
height: 600px;
margin: 10px;
padding: 0px;
z-index: 3;
}

#right_side p {
font-size: 1em;
}


#linklist li {
  list-style: none; 
  margin-right: .5em;
  line-height:1.6em;
letter-spacing:.3em;
  font-family:verdana;
  font-size:1.2em;
}


#footer_middle {
text-align: center;
font-family: verdana;
font-size: .7em;
color:#ffffff;
}
#lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
   color: #000;
	}

#lightbox a img{ border: 3px; }

#outerImageContainer{
	position: relative;
	background-color: #000000;
	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.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.png) right 15% no-repeat; }


#imageDataContainer{
	font: 12px Verdana, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; letter-spacing: 2px; color: #ffffff }	
#imageData #caption{ font-weight: normal; letter-spacing: 2px; color: #ffffff	}
#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: #556B2F;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
