#audit {
  color: black;
  margin: 0px auto 0 auto;
  padding: 5px 0 0 0;
  font-family: MyHelvetica,sans-serif;
  width:100%;
  height: 230px;
  background-image: url(audit_background_resize.png);
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}
#audit #heading {
  width: 325px;
  margin-right: 5px;
  margin-left:5px;
  margin-top:5px;
  margin-bottom:5px;
}
#audit p {
  line-height: normal;
  padding: 0px;
  width: 100%;
  font-size: 11px;
  margin: 60px auto 2px  auto;
}
#audit #aff_logo {
  width: 120px;
  position: absolute;
  bottom: 22px;
  left: 260px;
}
#audit #green_e_logo {
  width: 35px;
  position: absolute;
  bottom: 18px;
  left: 390px;
}
#audit table {
  font-size: 11px;
  border-collapse: collapse;
  margin: 0 0 0 30px;
  width: 84%;
}
#audit table thead th {
  text-align: center;
  padding: 5px 0 5px 0;
  font-weight: normal;
}
#audit table th, #audit table td {
  padding: 5px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}
#audit table th.end, #audit table td.end {
  border-right: none;
}
#audit table td {
  text-align: center;
}
