@charset "utf-8";
/* CSS Document */
/* Worship Page - CSS - worship.html */
#mainText.worship {
	background:url(images/worship-bg-new1.png) top left no-repeat;
}

#specificText.worshipText {
	margin-top: 72px;
	margin-left: 60px;
	margin-right: 2px;
}

#specificText.worshipText h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 7px;
	padding-top: 4px;
	padding-left: 5px;
	font-size: 2em;
	font-weight: bold;
}

#specificText.worshipText h3 {
	margin: 0;
	padding: 0;
	padding-top: 4px;
	padding-left: 5px;
	margin-bottom: 2px;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
}

#specificText.worshipText p {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 7px;
	font-size: 1.3em;
}

/* Override the contact and copyright to adjust the padding to insure they display 
   properly in the new mainText width */
.worshipText #contact {
	padding-left: 19%;
	padding-right: 15%;
}

.worshipText #copyright {
	padding-left: 5%;
	padding-right: 9%;
}

.worshipText p#childrens {
	margin-top: 7px;
	margin-right: 5%;
	padding-left: 2%;
	padding-right: 10%;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.worshipText #theEnd {
	margin: 0;
	margin-left: 1%;
	margin-right: .50%;
}

.worshipText span.title{
	display: block;
	font-weight: bold;
	font-size: 1.2em;
}

.worshipimage {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 2px;
	padding: 5px;
	background-color: #E4911D;
	border: 4px solid #803D2D;
}

* html #navBar {
	display: inline;
}

* html #newsBar {
	display: inline;
}

* html #mainText {
	width: 608px;
	w/idth: 602px;
}