body {
  margin: 0px; padding: 0px;
  background: url(../images/bg.jpg) center 49px no-repeat;
  background-color: #4c0819;
  font-family: Arial;
  font-size: 12px;
  color: black;
}

table, tr, td, div { margin: 0px; padding: 0px; }
a { color: black; text-decoration: none }
a:hover { text-decoration: underline }

.title { font-size: 26px; font-family: Times New Roman; color: #581207; }
.ftitle { font-size: 36px; }

#all { width: 976px }

#header {
  height: 357px;
  width: 960px;
  background: url(../images/header.jpg) no-repeat;
}

#steve {
  height: 357px;
  width: 276px;
  background: url(../images/steve.jpg) no-repeat;
}

#title {
  height: 119px;
  width: 684px;
  background: url(../images/title.jpg) no-repeat;
}

#table {
  height: 53px;
  width: 684px;
  background: url(../images/table.jpg) no-repeat;
}

#td_leftshadow {
  background: url(../images/left_shadow.jpg) repeat-y;
}

#div_leftshadow {
  width: 8px;
  min-height: 321px;
}

#td_rightshadow {
  background: url(../images/right_shadow.jpg) repeat-y;
}

#div_rightshadow {
  width: 8px;
  min-height: 321px;
}

#nav {
  width: 276px;
  min-height: 295px;
  background: url(../images/home_nav.jpg) no-repeat;
  padding-top: 20px;
}

#nav a {
  font-size: 18px; 
  color: #b1b6b9; 
  font-family: Times New Roman; 
  line-height: 150%
}

#nav a span { font-size: 22px }

#nav a.nav_active { color: white }

#nav div { 
  border-top: 1px solid #7e8283; 
  width: 120px; 
  height: 10px;
  margin-top: 10px;
}

#content {
  width: 684px;
  min-height: 315px;
  background: url(../images/content.jpg) no-repeat;
}

#homepage_content {
  padding: 30px 25px 25px 20px;
  font-size: 14px;
  color: #6b6d6c;
  line-height: 140%;
}

#footer {
  height: 133px;
  width: 960px;
  background: url(../images/footer.jpg) no-repeat;
}

#span_fb {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  margin: 23px 0 0 86px;
}

#span_in {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  margin: 23px 0 0 128px;
}

#contact_us  {
  height: 100px;
  width: 250px;
  position: absolute;
  margin: 20px 0 0 300px;
}

#ct_table {
  font-size: 13px;
  color: white;
  line-height: 140%;
}

#ct_table tr td span { color: #b17382 }

#ct_table tr td a { color: white }

#footer_disclaimer  {
  height: 100px;
  width: 355px;
  font-size: 9px;
  color: white;
  position: absolute;
  margin: 20px 0 0 600px;
}

#copyright {
  font-size: 11px;
  color: #B1B6B9;
  padding: 10px 0 10px 8px;
}
