*, html {
	font-size: 62.5%;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
body {
	background: #FFF url('../images/bg.png') repeat-x;
	background-color: #FFF;
	color: #444;
	font-family: "Segoe UI", Calibri, Arial, Tahoma, san-serif;
	font-size: 1.2em;
	min-width: 1200px;
}
#wrap, #layout {
	min-width: 1000px;
	min-height: 680px;
}
#left {
	width: 49px;
	min-height: 680px;
	background: transparent url('../images/left_mid_bg.png') repeat-y;
	vertical-align: top;
}
#left_top {
	height: 463px;
	background: transparent url('../images/left_top_bg.png') no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
}
#center {
	width: 902px;
	min-height: 680px;
}
#right {
	width: 49px;
	min-height: 680px;
	background: transparent url('../images/right_mid_bg.png') repeat-y;
	vertical-align: top;
}
#right_top {
	height: 463px;
	background: transparent url('../images/right_top_bg.png') no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
}
#header {
	width: 902px;
	height: 177px;
	background: transparent url('../images/header.png') no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
}
#header h1 {
	text-indent: -9999px;
}
#footer {
	height: 20px;
	width: 1000px;
	background: transparent url('../images/footer_bg.png') no-repeat;
	background-position: 0 -7px;
	margin: 0;
	padding: 0;
	border: 0;
}
#main {
	width: 902px;
	background: #fff;
	margin: 0;
	padding: 0;
	border: 0;
}
#content {
	margin: 10px;
	padding: 25px 25px 0 25px;
}
#submain {
	vertical-align: bottom;
}
#copyright {
	width: 1000px;
	text-align: center;
	color: #ccc;
}
#nav {
	float:left;
	width: 100%;
	background:#F4F4F4;
	font-size:93%;
	line-height:normal;
	border-bottom: solid 1px #EDEDED;
}
#nav ul {
	margin:0;
	padding:10px 10px 0 40px;
	list-style:none;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#nav a {
	float:left;
	background:url('../images/tab_left.gif') no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#nav a span {
	float:left;
	display:block;
	background:url('../images/tab_right.gif') no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {
	float:none;
}
/* End IE5-Mac hack */
#nav a:hover span {
	color:#000;
}
#nav a:hover {
	background-position:0% -42px;
}
#nav a:hover span {
	background-position:100% -42px;
}
#nav a.current {
	background-position:0% -42px;
}
#nav a.current span {
	background-position:100% -42px;
}
#content h2 {
	font-size: 1.2em;
	margin: 0 0 20px;
}
#content p {
	margin: 0 0 20px 10px;
	line-height: 1.5em;
}

#content #ContactArea
{
	margin: 0 0 20px 10px;
	line-height: 1.5em;
}
#lighthouse_sun {
	float: right;
}
.bold {
	font-weight: bold;
}
.scripture {
	color: #555;
	font-style: italic;
	width: 300px;
	text-align: justify;
}
.scripture .book {
	font-weight: bold;
	font-style: normal;
}
.scripture .redtext {
	color: #900;
}
.scripture .qoutation {
	color: #800;
}
.paraImg {
	float: right;
	margin: 0 0 0 10px;
}
fieldset {
	border:0;
	margin:0;
	padding:0;
}
label {
	display:block;
}
input.text, textarea {
	width:300px;
	font:12px/12px Tahoma, Arial, sans-serif;
	color:#333;
	padding:3px;
	margin:1px 0;
	border:1px solid #ccc;
}
input.submit {
	padding:2px 5px;
	font:bold 12px/12px Tahoma, Arial, sans-serif;
}
