#header h1 {
	color:#666;
	font-family: Perpetua, Georgia, Garamond, Times, Serif;
	font-style: italic;
	font-variant: small-caps;
	letter-spacing: .2em;
	font-weight:200;
	font-size:1.3em;
	line-height: 22px;
	position: relative;
	top: -1em;
	text-align: right;
	margin-bottom: 0px;
	}
	
#center {
	margin-top: 0px;
	}
	
#header { 
	display: list-item; 
	list-style-image: url('images/banner_print.png'); 
	list-style-position: inside; 
	}

#footer {	
	font-style: italic;
	text-align: right;
	}
	
#prayer{
	font-size: .9em;
	text-align: right;
	}
	
#prayer img {
	display:none;
	}
	
#copy{
	font-size:.7em;
	font-style: italic;
	}

body {
	font-family: Perpetua, 'Georgia', Garamond, Times, Serif;
	background: #FFF;
	color: black;
	}
	
a {
	font-size:1em;
	font-weight:600;
}

p {
	margin-bottom:1.15em;
}
	
h2 {
	font-variant: small-caps;
	font-size: 1.5em;
	}
	
h6 {
	font-weight: 500;
	font-style: italic;
	font-size:1em;
	}
	
#lnav {
	display:none;
	}
 
#header {
	background: url('images/banner_plain.png') no-repeat;
	}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
table {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: white;
}
table td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: white;
}