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

body {
	background: #000;
	color: #ccc;
	margin: 0 auto;
	padding: 0 auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}

* {
	padding: 0;
	margin: 0;
}
p { margin-bottom: 15px; }

a { 
	color:#4178AF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
blockquote {	
	margin: 0 0 10px 35px; 
	font-style: italic;
	clear: both;
}

/* Layout Styles */



#container {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding-top: 30px;
}
	#container h1 {
		background: url(images/home_page_03.gif);
		width: 600px;
		height: 138px;
		text-indent: -9999px;
		margin-bottom: 40px;
	}
	#container h2 {
		background: url(images/home_page_13.gif);
		width: 400px;
		height: 90px;
		margin-left: 98px;
		text-indent: -9999px;
		clear: both;
	}
	
	#container ul li {
		list-style: none;
		width: 289px;
		height: 191px;
		float: left;
		margin-bottom: 20px;
	}
	#container ul li.nicene_creed, #container ul li.chalcedonian_formula {
		margin-left: 21px;
	}
	
	#container ul li a {
		display: block;
		width: 289px;
		height: 190px;
		text-indent: -9999px;
	}
	
		#container ul li.wmcf a { background: url(images/home_page_nav_01.gif) no-repeat; }
		#container ul li.wmcf a:hover { background: url(images/home_page_nav_01.gif) no-repeat 0 -190px; }
		
		#container ul li.nicene_creed a { background: url(images/home_page_nav_03.gif) no-repeat; }
		#container ul li.nicene_creed a:hover { background: url(images/home_page_nav_03.gif) no-repeat 0 -190px; }
		
		#container ul li.athanasian_creed a { background: url(images/home_page_nav_04.gif) no-repeat; }
		#container ul li.athanasian_creed a:hover { background: url(images/home_page_nav_04.gif) no-repeat 0 -190px; }
		
		#container ul li.chalcedonian_formula a { background: url(images/home_page_nav_05.gif) no-repeat; }
		#container ul li.chalcedonian_formula a:hover { background: url(images/home_page_nav_05.gif) no-repeat 0 -190px; }
		
	
	#container #content {
		width: 600px;
		padding-top: 25px;
		text-align: justified;
		padding-bottom: 40px;
		clear: both
	}