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

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

* {
	padding: 0;
	margin: 0;
}

/* Layout Styles */



#container {
	width: 850px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
	#container h1 {
		background:  url(images/athanasian_creed_03.jpg);
		width: 302px;
		height: 180px;
		position: absolute;
		top: 62px;
		left: 8px;
		text-indent: -9999px;
	}
	#container div.content {
		width: 525px;
		position: absolute;
		top: 170px;
		left: 340px;
		text-align: left;
		padding-bottom: 40px;
	}
	#container div.content p {
		margin-bottom: 15px;
	}
		#container h3.athanasian_heading {
			background:#FFCC99; 
			display: inline; 
			padding: 0; 
			line-height: 50px;
		}
		
		#container h3 {
			margin-bottom: 20px;
			padding-top: 20px;
			font-size: 24px;
			font-weight: 100;
		}