#logo-parish {
	background: url(images/parish_logo.png) 0 0 no-repeat;
	margin-left: -50px;
	margin-top: 0px;
	width: 1030px;
	height: 104px;
}

#logo-school {
	background: url(images/school_logo.png) 0 0 no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	width: 980px;
	height: 104px;
}

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

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

table.infotables th {
  background: url(th-bg.jpg) repeat-x top #6e1b1f;
  text-align: center;
  color: white;
  padding: 0.1cm;
}

table.infotables td {
  background: url(td-bg.jpg) repeat-x top #efecbe;
  text-align: left;
  color: black;
  padding: 0.1cm;
}

table.infotables td:hover {
  color: #333444;
  background: #DDCFAE;
}
