img#logo-parish {
    position:  absolute;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    width: 601px;
    height: 102px;
    border: 0;
    background: url(images/logo-parish.png) 0 0 no-repeat;
}

img#logo-school {
    position:  absolute;
    float: left;
    margin-left: 16px;
    margin-top: 0px;
    width: 601px;
    height: 102px;
    border: 0;
    background: url(images/logo-school.png) 0 0 no-repeat;
}

/* contactinfo  & infotables*/
table.contactinfo {
  margin: 0 0 0 0;
  background: whitesmoke;
  border-collapse: collapse; 
  width: 100%;
}

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


table.contactinfo th, table.contactinfo td, table.infotables th, table.infotables td  {
  border: 1px black solid;
}

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

table.contactinfo td, table.infotables td {
  background: url(images/td-bg.jpg) repeat-x top #d6dce8;
  text-align: left;
  color: #00335b;
  padding: 0.1cm;
}

table.contactinfo td:hover, table.infotables td:hover {
  color: #00335b;
  background: #aaafb8;
}
