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

A:link {
color:#708090; text-decoration: none;
}
A:visited {
color:#708090; text-decoration: none;
}
A:active {
color:#708090; text-decoration: none;
}
A:hover {
color:#000000; 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: #DAA520;
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;
}

#c-col h3{
font-family:Georgia,Times,serif;
font-style:oblique;
font-size: 18px;
}


#left_side {
position: absolute;
margin-top: 5px;
top: 60px;
left: 20px;
width: 170px;
font-size: 1.1em;
text-align: left;
height: 600px;
}

#left_side tt {
font-size: 1.3em;
}

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

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

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

#quote {

float:left;
font-size:2.5em;
line-height: 1.6em;
color:saddlebrown;
font-family:georgia,times,serif;
}

#quote img {
border: 0;
margin-right: 10px;
margin-left: 10px;
}

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

.IMG {
border: 1;
border-color: #DAA520;
border-style: solid;
border-width: 3px;
}

#news {
width:400px; 
text-align:center; 
margin-bottom:5px; 
margin-left:15px;
}

#footer_left {
text-align: left;
float: left;
font-family: verdana;
font-size: .7em;
color:#ffffff;
}

#footer_middle {
text-align: center;
font-family: verdana;
font-size: .7em;
color:#ffffff;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: 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.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;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.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 */
	}	
	
