@charset "UTF-8";
* {
	padding: 0px;
	border: none;
	margin: 0px;
}
html {
	min-height:100%;
}
body {
	background-color: #FFF;
	background-image:url(images/background.gif);
	background-attachment:fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	min-height:100%;
}

p {
	padding: 30px 20px 30px 30px;
}

dt {
	font-weight: bold;
	margin-left: 20px;
	margin-top: 10px;
}

dd {
	margin-left:25px;
	margin-right:25px;
}

a {
	color:#050;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
h1 {
	margin:10px;
}

h2 {
	margin: 15px;
}

h3 {
	margin: 20px;
}

ol {
	margin-left: 45px;
	font-weight: bold;
}

ul {
	margin-left:25px;
	list-style: none;
}

ul li {
	margin-top: 10px;
}

ol li {
	margin-top: 15px;
}
	


ol ol {
	font-weight:normal;
	list-style: lower-alpha
}

ol ol li {
	margin-top: 5px;
}

ol ol ol {
	list-style: disc;
	font-size:11px;
}

ol ol ol li {
	margin-top: 0px;
}

iframe {
	margin-right: 15px;
}

input {
	border: black thin solid;
}

.main {
	background-image:url(images/white_shadow.png);
	margin: 10px auto 10px auto;
	background-repeat: repeat-y;
	background-position:center;
	width: 830px;
}

.nav {
	background-color: #050;
	background-image:url(images/bottom.png);
	background-repeat:repeat-x;
	width: 670px;
	margin: 0 auto;
	margin-top: 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #555;
}

.nav a {
	color: #CCC;
	text-decoration: none;
	font-weight:bold;
}

.nav a:hover {
	color: #FFF;
}

.content {
	width:670px;
	min-height: 530px;
	margin: 0 auto;
	background-image:url(images/church-background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 20px;
	padding-left:20px;
}

.text {
	margin: 20px 20px 0px 0px;
	width: 500px;
}

.images {
	margin-left: 521px;
}

.text p {
	padding: 15px 0 15px 15px;
}

.content img {
	margin-right: 50px;
	margin-top: 20px;
	clear:right;}
	
.credit {
	background-color: #050;
	background-image:url(images/bottom.png);
	background-repeat:repeat-x;
	clear: right;
	text-align:right;
	padding: 10px 20px 10px 20px;
	color:#FFF;
	margin: 0 auto;
	width: 630px;
}

.credit a {
	color:#CCC;
}
.credit a:hover {
	color:#FFF;
	text-decoration:none;
}
