#ed_intro {
  background-color: #EAEAEA;
  background-image: url(headerbackground.jpg);
  background-repeat: repeat-x;
  font: 10px Lucida Sans, Sans-Serif;
  line-height: 15px;
  height: 80px;
  overflow: hidden;
}
#ed_nav {
	text-align: right;
	height: 80px;
	background-image: url(zlopidheader.jpg);
	background-repeat: no-repeat;
	}
#ed_prev {
  	padding-top: 10px;
  	line-height: 15px;
 }
#ed_next {
  	line-height: 15px;
 }
#ed_home {
  height: 80px;
  width: 200px;
  float: left;
}
#ed_home span {
  display: none;
  }
#ed_intro a {
  font-weight: bold;
  color: black;
  display: block;
  text-decoration: none;
  margin-bottom: -5px;
}	
#ed_intro a span {
  	text-decoration: underline;
  	}
#ed_intro a:hover span {
  text-decoration: none;
  }
.ed_caption {
  font-weight: normal;
  text-decoration: none;
  } 
#ed_note {
  padding-left: 150px;
  padding-right: 150px;
  height: 80px;
  width: 500px;
  overflow: auto;
  text-align: justify;
  float: right;
}
