body {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: small;
  background: url(graphics/backG.jpg) repeat-x top;
}

#wrap {
  text-align: left;
  margin: 0 auto;
  width: 780px;
  background: url(backgrounds/op.jpg);
}

#header {
  margin: 0;
  padding: 10px 0 10px 25px;
}

#nav {
  float: left;
  width: 754px;
  list-style: none;
  padding: 0 0 0px 26px;
  margin: 0 0 30px 0;
  background: #000000;
  border-top: medium double #000000;
  border-bottom: medium double #000000;
}

#nav li {
  float: left;
  font-size: 88%;
  line-height: 1.5em;
  font-family: "Lucida Grande", sans-serif;
  padding: 0px 0px;
  margin: 0;
}

#nav a {
  display: block;
  margin: 0;
  padding: 10px 8px;
  color: #ffffff;
  text-decoration: none;
}

#nav a:hover, body#ser #sermons a{
  text-decoration: underline;
}

.tableContainer {
	position: relative;	/* to capture the absolutely positioned table header */
	padding-top: 33px;	/* space for the column heads */
	width: 680px;		
	margin: 20px auto 80px auto;
	}

/* this enables the table to scroll without scrolling the page */
.innerframe {
	overflow: auto;	
	width: auto;	
	height: 360px;		/* height is required */
	}

/* position the row of column heads above the table */
.tableContainer thead tr {
	position: absolute;	/* throws the header out of the table */
	top: 0px;
	left: 0px;			
	}

.tableContainer tfoot tr {
	position: absolute;	/* throws the footer out of the table */
	top: 393px;
	left: 0px;			
	}

table caption {
              position: absolute;	/* throws the header out of the table */
	top: 0px;
	left: 0px;
              text-align: center		
	}

.thead tr {
position:absolute;
left: 0;
display: block;
}

table {
  border-left: 1px solid #000000;
  width: auto;
}

table th {
  width: 660px; /*Firefox needs this*/
  font-size: 110%;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 8px; 20px;
  background: #000000;
  color: #ffffff;
}

table td {
  margin: 0;
  padding: 8px; 20px;
  text-align: left;
  border-right: 1px solid #000000;
  width: 700px; /*Firefox needs this*/  
}

table tr {
  background: ;
}

table tr.alt {
  background: url(backgrounds/tablebg.jpg);
}

tfoot td	{
              text-align: center;
	border: 1px solid #000000;
	background: #000000;
	font-weight: normal;
	font-size: 110%;
	color: #ffffff;
	width: 670px; /*Firefox needs this*/
	}

tfoot td a:link {
color: #ffffff;
}

tfoot td a:visited {
color: #ffffff;
}

tfoot td a:hover {
text-decoration: underline;
font-weight: bold;
}

tfoot td a:active {
color: #ffffff;
}

#footer {
  clear: both;
  font-family: "Lucida Grande", sans-serif;
  font-size: 88%;
  text-align: center;
  line-height: 1.5em;
  color: #ffffff;
  margin: 50px 0 50px 0;
  padding: 10px 0 10px 0;
  background: #000000;
  border-top: medium double #000000;
  border-bottom: medium double #000000;
}

#footer a {
  margin: 0;
  padding: 10px 8px;
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

a:link {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  background: #000000;
}

a:active {
  color: #ffffff;
  background: #000000;
}





/* Hide from IE5/Mac \*/
#footer {height: 1%; }
/* End hide from IE5/Mac */


* html dl.logo { height: 1%;} /* for IE+6 */
*:first-child+html dl.logo {min-height: 1px; } /* for IE7/