<!--

/* CSS document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

.mainContentInner {
	height: 100%;
	margin: 0;
	padding: 0 8px;
	background-image: url(../images/swoops/churchBackground.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.footer {
	text-align: center;
	font-size: 80%;
	color: #FFFFFF;
	background-color: #E27488;
	font-weight: normal;
	border-top: 1px black solid;
}

.footer, .footer a:link, .footer a:hover, .footer a:visited {
	color: #FFFFFF;
	background-color: #E27488;
	text-decoration: none;
	font-weight: normal;
}

.footer a:hover {
	color: #FFFFFF;
	background-color: #E27488;
	text-decoration: underline;
	font-weight: normal;
}

-->
