/* Styles that control the presentation of the content area of the parish news page*/

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

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

#top h2 {
	margin: 1em 50px 0 400px;
}

#top p {
	margin: 1em 50px 0 250px;
}

#top img {
	padding-left: 30px;
	float: left;
}

#bottom h3 {
	margin: 1.5em 0 0 0;
	padding-left: 90px;
}

#bottom p {
	padding-left: 120px;

}

#bottom img {
	float: right;
	margin-right: 50px;
}

