body {
  background-image: url("../images/gradient.png");
  background-repeat: repeat-x;
  background-color: #eee;
  margin: 0px 0px 15px 0px;
  font-family: "Lucida Grande","Bitstream Vera Sans","Verdana", sans, sans-serif;
}

* html body {
   background-image: none;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/gradient.png, sizingMethod=crop)
}



#page {
    background: #fff;
    margin: 0px auto;
    width: 800px;
    border: 3px solid #ccc;
    border-top: none;
}


#header {
    margin-left: 25px;
    padding-top: 20px;
}


#headerimage {
  background-image: url("../images/coastline.png");
  background-repeat: no-repeat;
  background-position: top left;
  height: 118px;
  padding-top: 40px;
  padding-left: 72px;
}

* html body #headerimage {
   background-image: none;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/coastline.png, sizingMethod=crop)
}


#headercontent {
    margin: 0px;
}

#headerbase {
    margin:0px;
    margin-left: 80px;
    color: #999;
    font-style: italic;
}

#map {
    width: 750px;
    height: 512px;
    margin: 15px auto 15px auto;
    text-align: center;
    border: 1px dashed #aaa;
}

#mapholder {
    color: #888;
    position: relative;
    top: 50%;
    margin: auto;
    text-align: center;
    font-size: 3em;
}

.hline {
    border-bottom: 1px solid #eee;
    margin: 0px 25px 0px 25px;
}
