/*----------------------------------------------
 |  banner.css |
 |-------------
 |  Banner elements 
 *---------------------------------------------*/
div#bannertext {
  width: 430px;
  background-image: url(../images/ispaslide.gif);
  background-position: 0px 10px;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 10px;
  border-bottom: 1px solid #B8CAE6;
}

div#bannertext p {
  padding: 0px;
  margin: 0px;
  font-size: 1.0em;
  line-height: 1.5em;
  color: #534640;
}

div#bannertext h1 {
}
