@charset "utf-8";
/* CSS Document */

body {
  background-color: #666666;
}  

img  {  
  border-style: none;
}

.navhold {
  float: left;
  width: 149px;
  border-right: 1px solid #000000;
  overflow: hidden;
}

.toc {
  width: 149px;
  float: left;
  background-color: #FFCC99;
  border-bottom: 1px solid #000000;
}

.toc_title {
  width: inherit;
  border-bottom: 1px solid #000000;
  text-align: center;
  background-color: #FF9933;
  border-top: 1px solid #000000;
}

.content_bar {
  width: inherit;
  border-bottom: 1px solid #000000;
  text-align: right;
  background-color: #FF9933;
  border-top: 1px solid #000000;
  padding-right: 0px;
}

.banner {
  width: 771px;
  height: 120px;
  background-image: url(./images/banner.jpg);
  background-color: #CCCCCC;
}

.content {
  width: 610px;
  height: auto;
  background-color: #FFFFCC;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.holder {
  width: 771px;
  border: 1px solid #000000;
  background-color: #FFFFCC;
  border-right: 1px solid #000000;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}