body { 
background-image: url(../images/bg1.gif) ;

}
p {
font-size: 10pt;
font-family: sans-serif; 
color: #5b7dbc;
align:left;
}

A:link {text-decoration: none; color: #5b7dbc}
A:visited {text-decoration: none; color: #5b7dbc}
A:active {text-decoration: none; color: #5b7dbc}
A:hover {text-decoration: none; color: #5b7dbc}

#container{
  width: 800px;
  height: 625px;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
  background-color: #F4F4F4;
  border: 1px;
  border-style: solid;
  border-bottom:1px solid #000000;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  border-top:0px solid #000000;
  float: center;
  
}

#header{
  width: 800px;
  height: 120px;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
  background: url("../images/Eiheaderpic.jpg") no-repeat 0 0;
  border-style: solid;
  background-color: white;
  border-bottom:0px solid #6B6A6A;
  border-left:1px solid #000000;
  border-right:1px solid #6B6A6A;
  border-top:1px solid #000000;
  background-position: center;
  
}

#topnav{
  width: 792px;
  height: 20px;
  margin: 0px auto;
  padding: 4px;
  text-align: left;
  border-style: solid;
  border-bottom:1px solid #BABABA;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  border-top:1px solid #BABABA;
  background-color: #EDEDED;
}









#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}