<!--

body {
	margin:0px;
	text-align:center;
	background-color:#ECECEC;
	font-family:Tahoma,Arial,Helvetica;
	font-size:80%;
	line-height:160%;
	color:#565656;
	}

	body a {
		color:#082C4D;
		text-decoration:none;
		}

	body a:hover {
		color:#082C4D;
		text-decoration:underline;
		}

h1 {
	margin:8px 0px 0px 0px;
	color:#082C4D;
	font-family:Trajan Pro,Trajan,Tahoma,Arial,Helvetica;
	font-size:160%;
	}

h2 {
	font-weight:normal;
	color:#44602D;
	}

.container {
	margin:0px auto;
	width:870px;
	text-align:left;
	}

.nav {
	width:858px;
	text-align:right;
	font-family:Tahoma,Arial,Helvetica;
	font-size:110%;
	}

	.nav #pad {
		padding:30px 25px 5px 5px;
		}

	.nav a {
		color:#082C4D;
		text-decoration:none;
		}

	.nav a:hover {
		color:#1161D2;
		text-decoration:none;
		}

.mast {
	width:858px;
	height:317px;
	}

.content {
	padding:10px 8px;
	}

	.content #col1 {
		width:272px;
		float:left;
		}

	.content #col1a {
		width:565px;
		float:left;
		}

	.content #col2 {
		width:271px;
		float:left;
		margin-left:22px;
		}

	.content #col3 {
		width:260px;
		float:left;
		margin-left:22px;
		background-color:#D0D7DE;
		}
		
		.content #col3 h1 {
			margin-left:12px;
			}
		
		#verse {
			margin:10px 12px;
			}
		
		#verse_ref {
			text-align:right;
			padding-right:50px;
			}
		
		#quote {
			margin:0px 12px;
			color:#6C737A;
			font-family:Georgia,Tahoma,Arial,Helvetica;
			font-size:180%;
			line-height:110%;
			}

.closer {
	width:858px;
	height:120px;
	float:left;
	padding-top:20px;
	font-size:80%;
	text-align:center;
	}

-->