/* ----------------------------------------------------
    CSS for Club Willoughby

    General CSS style for Club Willoughby site.
   ---------------------------------------------------- */


/**************************************
  Basic HTML formats - non-class / div
 **************************************/


  body {
      text-align: center;
      margin: 0 0 0 0;
      background:#000 url(../images/backgrounddither.gif) repeat-x 0px 0px;
  }

  img {
      border:none;
  }


/**************************************
  Top title elements
 **************************************/


  .masthead {
      width: 760px;
      position: relative;
      text-align:center;
      display: block;
      margin-bottom: 5px;
      font:10pt Arial,Sans-Serif;  
    }

  .cwtitle {
      height: 50px;
      padding-bottom:0px;
      margin-bottom:0px;
      text-align:50%;
      vertical-align:50%;
      float:left;
      border: 1px solid black;
      overflow: hidden;
    }

  .cwtitleimg {
      float:left;
      display:block;
    }

  .mainbody {
      width: 760px;
      height:100%;
      background-color: #000;
      display: block;
      margin: 0 auto;
      padding-bottom: 10px;
    }

  #topnavbar { 
      margin:0px;
      padding:0px;
      background-color: #88B;
      border-left: 1px solid black;
      border-right: 1px solid black;
      float: left;
      display: block;
      width: 758px;
  }

  #topnavbar ul { 
      margin: 0px;
      padding: 0px;
      list-style:none;
  }

  #topnavbar li {
      float:left;
      display:block;
      padding:0px;
      margin-right:0px;
      margin-left: 3px;
      margin-top: 3px;
      margin-bottom: 3px;
  }

  #topnavbar li a {  
      padding:0px 20px 0px 20px;
      text-decoration:none;
      line-height: 14pt;
      font-weight:bold;  
      color:#FFFFFF;
      border: 1px solid #88B;
      text-align: center;
  }

  #topnavbar li a:hover {  
      background-color: #99C;
      border: 1px solid #CCCCCC;
      color:#FFFF22;
  }

