body {
  text-align: center;
  background: #F6F6F6 url('images/bg.gif') top center no-repeat fixed;
  margin-top:10px;
  margin-bottom:10px;
}

iframe {
  margin-top:0px;
  margin-bottom:0px;
  border:none;
}

A:link {
	COLOR: #003399; text-decoration: underline
}
A:visited {
	COLOR: #003399; text-decoration: underline
}
A:active {
	COLOR: #FF6600; text-decoration: none
}
A:hover {
	COLOR: #FF6600; text-decoration: underline
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #FFFFFF url('images/content_bg.jpg') top right repeat-y;
  border: 1px solid #003399;
}

#page_header {
  height: 120px;
  background: #678DD9 url('images/header.jpg') no-repeat right;
  clear: both;
}

#page_header h2 {
  margin: 0px;
  padding-top:85px;
  padding-left:215px;
  font-family: verdana, arial, sans-serif;
  font-size:13px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #003399;
}

#menu_bar {
  height:40px;
  background: #FFFFFF url('images/drop_shadow.gif') top left repeat-x;
  clear: both;
}

#menu_bar ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
  background: url('images/menu_bg.gif') top left repeat-x;
  color:#000000;
  float: left;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size:13px;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:6px;
  padding-right:6px;
  background: url('images/menu_bg.gif') top left repeat-x;
  color: #000000;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#menu_bar ul li a:hover, #menu_bar #current
{
  background: url('images/menu_bg2.gif') top left repeat-x;
}

#menu_bar ul ul{
	display:none;
}

#content_wrapper {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin-top:10px;
  margin-bottom:10px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
}





.image-left {
  float: left;
  margin-right: 0px;
  margin-bottom: 0px;
  border: none;
} 



.image-zert {
  float: left;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 45px;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  display: block;
}




.image-schmal {
  float: right;
  margin-left: 7px;
  margin-bottom: 0px;
  border: none;
}



.headline { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 15px; 
    font-weight:bold;
  color: #003399; 
  line-height: 17px;
}


.image-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  clear:both;
}


#page_footer {
  padding-top:8px;
  padding-bottom: 4px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #ffffff;
  letter-spacing:1px;
  background-color: #678DD9;
  clear: both;
}


#spacer {
  height:6px;
  clear:both;
}

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