#container {
	width: 100%;
}

#header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 190px;
	background-image: url(images/_header_background.gif);
	background-repeat: repeat-x;
}

#headerLogo {
	position: absolute;
	top: 51px;
	left: 150px;
	width: 685px;
	height: 105px;
}

#headerImage {
	position: absolute;
	top: 0;
	right: 0;
	width: 421px;
	height: 182px;
	background-image:url(images/_header_image.gif);
}

#churchImage {
	position: absolute;
	top: 0;
	left: 0;
}

#churchAddress {
	position: absolute;
	top: 558px;
	left: 0;
	width: 175px;
	padding-bottom: 2em;
	font-size: 11px;
	color: #960;
	text-align: right;
	line-height: 1.25em;
}

#mainText {
	position: absolute;
	top: 205px;
	left: 225px;
	right: 10%;
	padding-bottom: 8em;
}

#mainText .pageHeader {
	position: relative;
	left: -45px;
	display: block;
}

#mainText .sideImage {
	position: relative;
	float: right;
	margin: -15px -50px 15px 20px;
}
