.header{
  border-bottom: 1px solid #FF9805;
  background-image:url(images/background.gif);
  text-align:left;
}
.footer{
  border-top: 2px solid #FF9805;
  width:100%;
  height:30px;
  color: #FF9805; 
  text-align:center;
  background-image:url(images/background.gif);
}
.content{
  background-color: #C2C2C2;
}
.image_box{
  background-color:#000000;
  color: #FF9805;
  text-align:center;
  padding:10px;
}
h1{
  font-family:arial;
  font-size: 16pt;
  font-weight:bold;
  color: #000000;
}
.type{
  font-family:arial;
  font-size: 10pt;
  font-weight:normal;
  color: #000000;
}
.feedback{
  padding:10px;
  border: 1px solid  #FF9805;
  border-bottom: 0px;
}
.comparison{
  border-color: #FF9805;
  background-color: #000000;
  color: #FF9805;
  width: 780px;
}
body{
  font-family:arial;
  font-size: 10pt;
  font-weight:normal;
  color: #000000;
}
.menu{
  background-color: #FFDCAA;
  height: 28px;
  border-bottom: 1px solid #000000;
}
.gallery{
  border-color: #FF9805;
  background-color: #000000;
  color: #FF9805;
  text-align:center;
}
.gallery_image{
  border: 0px;
  width:270px;
}
a:link    {
  color: #FF9805;
  font-size: 10pt;
  font-style: normal;
  }
a:visited {
  color: #CFCFCF;
  font-size: 10pt;
  font-style: normal;
  }
a:active  {
  color: #CFCFCF;
  font-size: 10pt;
  font-style: normal;
  }
a:hover   {
  color: #FFDCAA;
  font-size: 10pt;
  font-style: normal;
}
a.next:link{
  color: #000000;
}
a.next:hover{
  color: #FF9805;
}