#logo {
    background: url(images/logo2.png) 0 0 no-repeat;
    width: 954px;
    height: 80px;
    float: left;
}


/*  infotables*/
table.infotables {
  margin: 0 0 0 0;
  background: whitesmoke;
  border-collapse: collapse; 
}

table.infotables th, table.infotables td  {
  border: 1px #bbbbbb solid;
}

table.infotables th {
  background: url(images/th-bg.jpg) repeat-x top #632100;
  text-align: center;
  color: #dc4d00;
  padding: 0.1cm;
}

table.infotables td {
  background: url(images/td-bg.jpg) repeat-x top #e5e5e5;
  color: #000000;
  padding: 0.1cm;
}


table.infotables td:hover {
  color: #000000;
  background: #aaafb8;
}
