body {
    margin: 0;
    padding: 0;
    background-color: #000000;
    text-align: center;
    font-family: Verdana;
}

#rbody {
    margin: 0 auto;
    text-align: left;
    width: 768px;
    background: #231f20 url(/nav_bg.gif) repeat-y;
    border-left: 1px solid #afa500;
    position: relative;
}

#header {
    background-image: url(/common/header.jpg);
    height: 206px;
    padding-top: 1px;
    border-bottom: 1px solid #afa500;
    border-right: 1px solid #afa500;
}

#header h1 {
    margin: 130px 0 0 20px;
    padding: 0;
    text-indent: -500%;
    background: url(/title.gif) no-repeat;
    width: 593px;
    height: 48px;
}

#nav {
    float: left;
    width: 200px;
    padding-top: 20px;
    padding-left: 4px;
    padding-right: 4px;
}

#nav ul {
    margin: 0;
    padding: 0 0 0 10px;
}

#nav ul li {
    display: block;
    padding-bottom: 6px;
}

#nav ul li #home-page {
    display: block;
    width: 160px;
    height: 40px;
    text-indent: -500%;
    background: url(/common/buttons/home.gif);
}

#nav ul li #photo-gallery {
    display: block;
    width: 160px;
    height: 40px;
    text-indent: -500%;
    background: url(/common/buttons/photo_gallery.gif);
}

#nav ul li #our-history {
    display: block;
    width: 160px;
    height: 40px;
    text-indent: -500%;
    background: url(/common/buttons/history.gif);
}

#nav ul li #available {
    display: block;
    width: 160px;
    height: 40px;
    text-indent: -500%;
    background: url(/common/buttons/available.gif);
}

#nav ul li #guest-book {
    display: block;
    width: 160px;
    height: 40px;
    text-indent: -500%;
    background: url(/common/buttons/guestbook.gif);
}

#nav ul li #our-girls {
    display: block;
    width: 160px;
    height: 40px;
    text-indent: -500%;
    background: url(/common/buttons/girls.gif);
}

#nav ul li #our-boys {
    display: block;
    width: 160px;
    height: 40px;
    text-indent: -500%;
    background: url(/common/buttons/boys.gif);
}

#nav ul li #lois-george {
    display: block;
    width: 160px;
    height: 40px;
    text-indent: -500%;
    background: url(/common/buttons/lois_george.gif);
}

#nav ul li #erin-walters {
    display: block;
    width: 160px;
    height: 40px;
    text-indent: -500%;
    background: url(/common/buttons/erin_walters.gif);
}

#nav ul li #tami-jo-haley {
    display: block;
    width: 160px;
    height: 40px;
    text-indent: -500%;
    background: url(/common/buttons/tami_jo_haley.gif);
}

#nav ul li #tegan-haley {
    display: block;
    width: 160px;
    height: 40px;
    text-indent: -500%;
    background: url(/common/buttons/tegan_haley.gif);
}

#content {
  margin-left: 200px;
  padding: 10px 8px 15px 8px;
  text-align: center;
}

#rbody #available-float {
  position: absolute;
  left: 10px;
  bottom: 15px;
}

#rbody #available-float h4 {
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}

#rbody #available-float img {
  border: 3px solid #6c5735;
  width: 174px;
  height: 120px;
}


#back-to-homepage {
  float: right;
  display: block;
  width: 130px;
  height: 41px;
  margin: 0px 0px 10px 200px;
  text-indent: -500%;
  background: url(/common/buttons/back_to_homepage.gif) no-repeat;
}


#footer {
    clear: both;
    padding: 10px 5px 20px 5px;
}

#footer .thumb {
    display: block;
    float: left;
    margin-left: 32px;
}

#footer .thumb img {
    border: 0;
    width: 88px;
    height: 60px;
}

.cboth {
    height: 0px;
    clear: both;
    overflow: hidden;
}