/* Styles that control the presentation of the content area of the index.html page*/

#logoextension {
	margin-top: 0;
	margin-left: auto; margin-right: auto;
	width: 800px; height: 304px;
	background-image: url(../images/logoextension2.jpg);
}

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

#content h2 {
	font-size: 1.3em;
	text-align: center;
	margin: 0;
	padding: 0;
}

#content p {
	margin: 0.5em 0 0 0;
	line-height: 1.3em;
}

.leftparagraph {
	position: absolute;
	left: 30px;  top: 0;
	width: 340px;
	text-align: justify;
}

.leftparagraph img {
	padding: 0 0 0 240px;
}

p.signature {
	text-align: right;
}

.rightparagraph {
	position: absolute;
	left: 420px; top: 0;
	width: 350px;
}

p.invite {
	font-size: 0.8em;
	text-align: center;
}

p.citebishop {
	margin: 50px 0 20px 0;
	padding: 10px 30px 10px 30px;
	font-size: 0.8em;
	border: solid;
	border-color: #a4a5dc;
}