body {
  background: #000000;
  font-family: Tahoma;
  font-size: 12px;
  text-align: center;
  color: #000000;
  
}


#main {
  
  text-align: left;
  border: 0px;
  width: 762px;
  height: 1100px;		
  background: #c97b00 no-repeat bottom right;
}

#header {
  width: 762px;
  font-size: 12px;
  height: 220px;
  border: 0px;
  background:  url(images/banner.png) no-repeat;
}



#content-8{
  margin-left: 30px;
  margin-top: 10px;
  text-align: justify;
  width: 500px;
  background: #c97b00;

}



#content-about{
  float: right;
  margin: 20px;
  text-align: left;
  text-color: #c97b00;
  width: 240px;

}


#content-left {
  margin-left: 40px;
 margin-top: 40px;
  float: right;
  text-align: center;
  width: 140px;
  heigth: 100%;
  border-left: dotted 1px #000000
 
}

#content-right {
  margin-right: 15px;
  float: right;
  width: 150px;
}

h1 {
  margin-top: 25px;
  font-size: 20px;
  color: #000000;
}


p {
  margin-right: 15px;
  margin-left: 15px;
  font-size: 14px;
  text-align: justify;
font-color: #ffffff;
}



a {
    color: #505050;
    text-decoration: none;
}

a:hover {
    color: #db0351;
    text-decoration: none;
}

.footernav a {
    font-size: 11px;
    color: #999999;
    text-decoration: bold;
}


