@charset "utf-8";
/* CSS Document */

body {
	background: #690;
	margin: 0px;
	font-family: "Century Gothic";
}

#links {
	text-align: center;
}

#footer.mainPage {
	height: 23px;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	font-weight: bold;
	color: #CC0;
}

#header {
	height: 150px;
	width: 100%;
	background: #063;
}

#logo {
	background: url(images/crest_header.png) no-repeat top left;
	height: 150px;
}

#logoText.church {
	width: 600px;
	height: 150px;
	background: url(images/church_title.png) no-repeat;
}

#logoText.school {
	width: 600px;
	height: 150px;
	background: url(images/school_title.png) no-repeat;
}

#nav {
	height: 37px;
	width: 100%;
	background: #006633 url(images/nav_bg.jpg) repeat-x bottom left;
	text-align: center;
	color: white;
	font-weight: bold;
}

#nav_content {
	width: 920px;
	height: 37px;
	background: url(images/nav_bg_content.jpg) no-repeat bottom left;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 920px;
	background: url(images/contentBG.jpg) repeat-y top left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 37px;
	margin-bottom: 0px;
}

#content #text {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
}

#footerBG {
	height: 39px;
	width: 920px;
	background: url(images/footerBG.jpg) no-repeat bottom center;
	font-size: 10px;
	text-align: right;
}

#footercontent {
	margin-right: 30px;
}

#footercontent a {
	text-decoration:none;
	color: #000;
}

#footercontent a:hover {
	text-decoration: underline;
}