@charset "utf-8";
/* CSS Document */
/*	Override the mainText and navBar settings for a slightly different
	layout by removing the newsBar and giving us a wider space to display
	a new page */
#mainText {
	background:url(images/about-bg.png) top left no-repeat;
}

#specificText.aboutText {
	margin-top: 105px;
	margin-left: 42px;
}

/* Override the contact and copyright to adjust the padding to insure they display 
   properly in the new mainText width */
.aboutText span.title{
	display: block;
	font-weight: bold;
	font-size: 1.1em;
}

#headofchrist {
	margin-right: .5em;
	margin-left: .5em;
	margin-bottom: .5em;
	margin-top: 1em;
	font-size: .85em;
}

#whoweare {
	/*clear: both; */
	margin-left: 30%;
	margin-right: 26%;
	margin-top: .5em;
	padding-top: .5em;
}

#contact {
	margin: 0;
	padding: 0;
	margin-left: 20%;
	margin-right: 20%;
}

div#aboutDivider {
	clear: both;
	display: block;
}