    * {
      margin:0px;
      padding:0px;
      font-family:Tahoma,Arial,Helvetica,san-serif;
    }
    BODY {
      color:#000;
      background-color:#FFF;
    }
    H1 { font-size:20px; }
    H2 { font-size:18px; }
    H3 { font-size:16px; }
    H4 { font-size:14px; }
    H5 { font-size:12px; }
    H6 { font-size:10px; }
    DIV {
      position:relative;
    }


    #body {
      width:750px;
      margin:auto;
    }

    #header {
      width:750px;
      height:100px;
    }
    #header H1 {
      font-size:18px;
    }


    #place,#phone {
      width:160px;
      color:#00994D;
      line-height:95%;
    }
    #place { font-size:18px; }
    #phone { font-size:16px; }
    #banner {
      position:absolute;
      width:545px;
      height:75px;
      background-image:url(/include/img/title-bar.gif);
      top:25px;
      right:70px;
    }
    #banner H1 {
      color:#FFF;
      width:385px;
      margin-top:15px;
      margin-left:140px;
      text-align:center;
      font-family:Times New Roman,san-serif;
    }
    #banner H6 {
      position:absolute;
      bottom:0px;
      right:0px;
      color:#000;
      width:440px;
      text-align:center;
    }

    #content {
      width:575px;
      margin-left:175px;
    }
    #content #marqueeBox {
      width: 575px;
      height: 25px;
      background-color: white;
      overflow: hidden;
      font-size:15px;
      padding:2px;
    }

    #content #photos {
      width:220px;
      float:right;
    }
    #content #photos IMG {
      width:215px;
    }
    #content #photos #caption P {
      font-size:13px;
      text-align:center;
      margin:10px 0px;
    }
    #content #intro {
      width:323px;
      margin:5px;
      padding:0px 5px;
      background-color:#EFEFEF;
      border:1px solid #00994D;
    }
    #content #intro P {
      margin:5px 0px;
      font-size:14px;
      line-height:100%;
    }
    #content #packages {
      width:555px;
      margin:5px;
      padding:0px 5px;
      background-color:#00994D;
      border:1px solid #000;
      text-align:center;
    }
    #content #packages P {
      margin:10px 0px;
      font-size:14px;
    }
    #content #packages UL {
      width:555px;
      margin:0px;
      font-size:14px;
    }
    #content #packages UL LI {
      display:block;
      width:185px;
     /* height:20px;*/
      margin:2px 0px;
      padding:0px;
      font-size:14px;
      font-weight:bold;
      color:#FFF;
      float:left;
    }
    #content #services {
      width:553px;
      margin:5px;
      padding:0px 5px;
      background-color:#EFEFEF;
      border:1px solid #00994D;
    }
    #content #services P {
      margin:10px 0px;
      font-size:14px;
    }
    #content #services UL {
      width:555px;
      margin:0px;
      font-size:14px;
    }
    #content #services UL LI {
      display:block;
      width:185px;
      height:20px;
      margin:2px 0px;
      padding:0px;
      font-size:14px;
      font-weight:bold;
      text-align:center;
      color:#000;
      float:left;
    }
    #content #services #specialsBoxes {
      width:500px;
      margin:15px auto;
    }
    #content #services #specialsBoxes .specbox {
      margin: 5px 0px;
      background-color:#FFF;
      border:1px solid #00994D;
    }
    #content #services #specialsBoxes .specbox P {
      margin:5px;
    }
    #content #trailer {
      width:553px;
      margin:5px;
      padding:0px 5px;
      background-color:#EFEFEF;
      border:1px solid #00994D;
      text-align:center;
    }
    #content #trailer P {
      margin:10px 0px;
      font-size:14px;
    }


    #sidebar {
      position:absolute;
      left:0px;
      top:55px;
      width:160px;
      z-index:9000;
    }
    #sidebar menuBox {
      width:160px;
      height:auto;
    }
    #sidebar #menuBox #menu-top {
      width:160px;
      height:103px;
      background-image:url(/include/img/menu-top.gif);
    }
    #sidebar #menuBox #menu-top H4 {
      position:absolute;
      right:15px;
      bottom:10px;
      width:90px;
      text-align:center;
      color:#000;
      font-size:16px;
      font-weight:bold;
    }
    #sidebar #menuBox #menu-list {
      width:160px;
      height:auto;
      background-image:url(/include/img/menu-middle.gif);
    }
    #sidebar #menuBox #menu-list UL {
      width:160px;
      list-style-type: none;
      margin-left:55px;
    }
    #sidebar #menuBox #menu-list UL LI {
      width:90px;
      padding:2px 0px 10px 0px;
    }
    #sidebar #menuBox #menu-list UL LI A {
      display: block;
      color:#000;
      font-size:13px;
      text-align:center;
      letter-spacing:0px;
      font-family:Times New Roman,serif;
    }
    #sidebar #menuBox #menu-bottom {
      width:160px;
      height:150px;
      background-image:url(/include/img/menu-bottom.gif);
    }
    #sidebar #menuBox #menu-bottom H5 {
      position:absolute;
      right:15px;
      top:0px;
      width:90px;
      text-align:center;
      color:#FFF;
      font-weight:bold;
    }
    #sidebar #menuBox #menu-bottom H5 A {
      font-family:Times New Roman,serif;
      color:#fff;
    }

    #sidebar #promos { }
    #sidebar #promos .promo-border {
      width:148px;
      padding:5px;
      margin:10px 0px;
      border:1px solid #00994D;
      background-color:#FFFFCC;
      text-align:center;
    }
    #sidebar #promos .promo-noborder {
      width:148px;
      padding:5px;
      border:1px solid #FFF;
      background-color:#FFF;
      text-align:center;
    }


    #footer {
      clear:both !important;
      width:750px;
      height:43px;
      margin-bottom:15px;
      background-color:#00994D;
      border:1px solid #000;
    }
    #footer #inner {
      width:732px;
      height:25px;
      margin:5px;
      padding:0px;
      border:4px solid #FFF;
      text-align:center;
    }
    #footer #inner SPAN {
      height:12px;
      font-size:10px;
      padding:0px 10px;
      margin-right:-1px;
      border-left:1px solid #EEE;
      border-right:1px solid #EEE;
      line-height:80%;
    }
    #footer #inner #first, #footer #inner #last {
      border:none;
    }
    #footer SPAN A {
      color:#FFF;
      font-size:10px;
      line-height:80%;
    }

    #copyright {
      width:750px;
    }
    #copyright P {
      font-size:10px;
      text-align:center;
    }

