body {
  background: #660000;
  font-family: arial,sans-serif;
  font-size: 14px;
  }
  h1 {
  font-size: 24px;
  text-align: center;
  color: #660000;
  }
  h2 {
  font-size: 20px;
  color: #660000;
  }
  h3 {
  font-size: 16px;
  color: #660000;
  }
  p {
  font-size: 14px;
  }
  p.bottomnav {
  font size: 12px;
  color: #ffffff;
  }
  a {
  font-weight: bold;
  color: #660000;
  }
  a.big {
  font-weight: bold;
  font-size: 24px;
  color: #660000;
  }
  a.bottomnav {
  color: #cccccc;
  font-weight: bold;
  }
  a.bottomnav:hover {
  text-decoration: none;
  color: #ffffff;
  }
  a:hover {
  text-decoration: none;
  }
  table.main {
  background-image: url("asian-cams/background.jpg");
  padding: 0px;
  }
  img.thumb {
  border: 1px solid #660000;
  }
  
  /* Landing Page Styles */

#landing_wrapper {
  margin-right: auto;  
  margin-left: auto;  
  text-align: left;
  padding: 0px;
  width: 750px;
} 
#landing_left {
  text-align: center;
  width: 200px;
  float: left;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
#landing_left h2 {
  text-align: center;
  font-size: 18px;
}
#landing_right {
  width: 525px;
  float: right;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
#landing_right h1 {
  text-align: center;
  font-size: 20px;
}
#landing_right h2 {
  text-align: center;
  font-size: 18px;
}
#landing_right td {
  text-align: center;
}
