html, body {
	font-family: Arial, sans-serif;
	background-color: #fff;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0%;
}

#header {
	width: 900px;
	margin: 10px auto 0 auto;
	height: 163px;
	padding: 0 40px;
}

#logo {
	float: left;
	clear: none;
}

#title {
	font-family: Times New Roman, serif;
	text-align: center;
	padding: 20px 200px;
}

#main {
	width: 900px;
	margin: 10px auto;
	padding: 0 40px;
}

a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

a:link { }
a:visited { }
a:hover { text-decoration: underline;}
a:active { text-decoration: underline;}


a.external {
	padding-right: 20px;
	background-image: url(external.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

p { text-align: justify; clear: left; }

p.intro {
	font-weight: bold;
	font-style: italic;
}

p.center {
	text-align: center;
}

p.prayer {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #ffdcff;
	padding: 0 5px 5px 250px;
	font-style: italic;
	white-space: pre;
	margin: 0;
}

h3.prayer {
	text-align: center;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	background-color: #ffdcff;
	margin: 0;
	padding: 15px 5px 5px 5px;
}

img.left {
	float: left;
	clear: right;
	margin: 0 10px 10px 0;
}

hr {
	clear: left;
}

p.caption {
	font-size: 12px;
	text-align: left;
}

span.underline {
	text-decoration: underline;
}