/* ----------------------------------------------------
    CSS for Club Willoughby

    General CSS style for Club Willoughby site.
   ---------------------------------------------------- */


/**************************************
  Top title elements
 **************************************/

body {
      font:10pt Arial,Sans-Serif;  
}

H1 {
      color: #330055;
      letter-spacing: -1.5px;
      border-bottom: 1px solid black;
      font:18pt Arial,Sans-Serif;
      font-weight: bold;
      display: inline;
}

#homepagecontent {
    border: 1px solid black;
    width: 733px;
    background-color: #FFF;
    height: 530px;
    min-height: 530px;
    text-align: left;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 20px;
    float: left;
    z-index: 100;
}


#steveamy {
      position: relative;
      height: 530px;
      width: 269px;
      float: right;
      top: -75px;
      z-index: 9999;
}

.mainbody {
  }

.masthead {
    margin-bottom: 0px;
  }