@charset "utf-8";
/* CSS Document */

body {
	background: #d8c98e url(images/nicene_back.jpg) no-repeat;
	margin: 0 auto;
	padding: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}

* {
	padding: 0;
	margin: 0;
}

/* Layout Styles */



#container {
	width: 850px;
	position: relative;
}
	#container h1 {
		background: url(images/nicene_creed_03.jpg);
		width: 591px;
		height: 118px;
		position: absolute;
		top: 62px;
		left: 33px;
		text-indent: -9999px;
	}
	#container div.content {
		width: 525px;
		padding-top: 210px;
		margin-left: 73px;
		text-align: left;
		padding-bottom: 40px;
	}
	#container div.content p {
		margin-bottom: 15px;
	}