img#logo {
        background: url(images/parish-logo.jpg) 0 0 no-repeat;
        margin-top: 0px;
        width: 1000px;
        height: 125px;
		position: relative;
}


body {
	background-image: url(images/page-bg.png);
}

img {
		padding-left: 10px;
		padding-right: 10px;
}



	
/* gets rid of any box around the artilces if nothing is there */
table.contentpaneopen-reallyclean {



}


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

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 #883c1a;
  text-align: center;
  color: #e5e3bc;
  padding: 0.1cm;
}

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

table.contactinfo td:hover, table.infotables td:hover {
  color: #883c1a;
  background: #aaafb8;
}


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


/* Fit More menu items in */
div#horiz-menu a {
	padding: 0 9px;
}