#apDiv1 {
	position:absolute;
	top:93px;
	width:240px;
	height:23px;
	z-index:1; 
	margin-left: 400px; 
	font-weight: bold;
}
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
	background-color: #D8E0C7;
}
.thumbs {
	margin: 5px;
	height: 90px;
	width: 120px;
	border: 3px solid #5E7830;
}

#header {
	color: #333;
	width: 900px;
	float: left;
	border: 1px solid #ccc;
	height: 100px;
	background-color:#F3F2ED;
	background-image: url(pics/title%202.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#leftcolumn {
	color: #333;
	border: 1px solid #ccc;
	background:#D8E0C7;
	margin: 0px 5px 5px 0px;
	padding: 10px;

	float: left;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e3a18;
	font-style: normal;
}
#wrapper #content2 .subheading p {
	padding: 0px 5px;
}

.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #5E7830;
}
#content2 {
	background-color: #f5f5e0;
	margin: 0px;
	float: left;

	width: 677px;
	padding: 10px;
}


#content {
	float: left;
	color: #333;
	border: 1px solid #ccc;
	background:#F5F5E0;
	padding: 10px;
	width: 482px;
	display: inline;
	margin: 0px 5px 5px 0px;
	
}
#frame2 {
	border: 5px solid #5E7830;
}
#wrapper #content2 #pictureframe {
	float: right;
	height: 375px;
	width: 500px;
	margin-right: 10px;
}



#rightcolumn {
	color: #333;
	border: 1px none #ccc;
	background:#D8E0C7;
	padding: 10px;

	width: 175px;
	float: right;
	margin: 0px 0px 5px 0px;

}
#footer {
	width: 900px;
	clear: both;
	color: #333;
	border: 1px solid #ccc;
	background-color:#D8E0C7; 
	margin: 0px 0px 10px 0px;
	padding: 10px;
}.titles {
	font-size: 24px; 
	color: #5E7830;
}
.rightText {
	font-size: 11px;
	color: #5E7830;
}
a {
	color: #2E3A18;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#wrapper #content #scripture {
	float: left;
	height: 200px;
	width: 400px;
	top: 50px;
	right: 50px;
}

