/* Styles that control the presentation of the content area of the worship page*/

#logoextension {
	margin-left: auto; margin-right: auto;
	width: 800px;
}

#content {
	position: relative;
	margin-left: auto; margin-right:auto;
	width: 800px;
	background-color: #ffffff;
	color: #000066;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: .9em;
}

#leftcolumn {
	position: absolute;
	left: 30px; top: 0px;
	width: 350px;
	height: 470px;
	text-align: justify;

}

#content h2 {
	margin: 20px 0 20px 0;
}

#content p {
	line-height: 1.4em;
	margin: 5px 0 0 0;
	padding: 0 20px 0 20px;
}

#content img {
	float: left;
	padding: 0 20px 0 20px;
}