/* commented backslash hides from ie5mac \*/ 
html{height:100%;margin:0;padding:0} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	color: #000000;
	height:100%;
	font-size: 90%;
	font-family: verdana, arial, sans-serif;
}
#wrapper {
	width: 1027px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: url(../images/RepeatingBackground.jpg) repeat-y;
}

#content {
	padding-top: 216px;
	margin-left: 195px;
	margin-right: 195px;
	width: 637px;
	position: relative;
	_z-index: 1;
}

#outer, #outer_home{
	min-height:100%;
	margin-left:170px;
	margin-bottom:-60px;
	padding-bottom: 6px;
	color: #000000;
	border-right: 2px solid black;
	background-color: white;
}

* html #outer{height:100%;} /* IE win treats height as min-height anyway*/
* > html #macinner {/*mac obeys 100% height so we give it an inner with bg color which will expand past 100%*/	
}

#header{
	position: absolute;
	top:0;
	left:0;
	width:1027px;
	height:216px;
	color: #000000;
	background: url(../images/HeaderBackground.jpg) no-repeat left top;
	z-index: 0;
}

#header a {
	color: white;
	font-weight: bold;
	line-height: 1.5em;
}

#left {
	margin-top: 216px;
	width: 183px;
	float: left;
	background: url(../images/LeftBackground.jpg) no-repeat left top;
	z-index: 5;
	height: 501px;
}

#right {
	float: right;
	margin-top: 216px;
	width: 183px;
	background: url(../images/RightBackground.jpg) no-repeat right top;
	z-index: 6;
	height: 461px;
}

* html #left {margin-right:-3px;padding-bottom:52px}/*fix gap in ie next to float and padding at botom to clear footer because we've pulled float too far back*/
* > html #left {padding-bottom:0; margin-top: 67px;}/* mac style */

#footer {
	clear:both;
	color: white;
	text-align:center;
	background: url(../images/FooterBackground.jpg) no-repeat;
	font-size: .85em;
	height: 86px;
}
#footer p {
	padding-top: 58px;
font-weight:bold;
}

/* Right Image */
#home_image {
	position: absolute;
	right: 3px;
	top: 225px;
	z-index: 112;
}

/* Middle Image */
#home_background {
	position: absolute;
	right: 179px;
	bottom: 47px;
	z-index: 1;
}

/* Right Bar */
#address_info {
	padding-top: 320px;
	color: white;
	text-align: center;
}

/* Random Bible Verse */
#verse {
	position: absolute;
	background: url(../images/verse_bkgrnd.png) repeat-x left top;
	width: 375px;
	height: 110px;
	left: 0;
	top: 325px;
	z-index: 150;
}