html, body {
	height: 100%;
	background-image:url(../images/background.png);	
	background-repeat:repeat-x;
	margin:0;
	font-family:Tahoma;
}
#shell {
	width:848px;
	margin: 0 auto;
}
#footer {
	width:830px;
	left:-10px;
	vertical-align: middle;
}
#header {
	position:relative;
	height:455px;
}
#logo {
	position:absolute;
	width:237px;
	height:96px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
}
#nav {
	position:absolute;
	left:260px;
	z-index:125;
	top: 50px;
}
#top_graphic_background {
	position:absolute;
	width:848px;
	height:366px;
	top:85px;
	background-image:url(../images/top_graphic_background.png);
	background-repeat:no-repeat;
	z-index:50;
}
#top_graphic {
	position:absolute;
	width:782px;
	height:341px;
	z-index:1;
	left: 10px;
	top: 15px;
}
.slideshow {
}
#welcome_graphic {
	position:absolute;
	background-image:url(../images/ccbc.png);
	height: 105px;
	width: 511px;
	z-index: 500;
	top: 260px;
}
#verse_of_the_day {
	position:absolute;
	width:313px;
	height:261px;
	top:152px;
	left:537px;
	background-image:url(../images/verse_of_the_day.png);
	background-repeat:no-repeat;
	z-index: 100;
}
#verse {
	position:absolute;
	top: 67px;
	left: 25px;
	width: 265px;
	height: 147px;
	overflow: hidden;
}
#date {
	position:absolute;
	width: 192px;
	height: 20px;
	left: 637px;
	top: 439px;
}
#main {
	position: relative;
	width:848px;
	top:-25px;
}  
#content_area {
	position:absolute;
	width:602px;
}
#title {
	width:609px;
	height:68px;
	background-image:url(../images/page_header.png);
	text-align: left;
}
#content_text {
	width:573px;
	height:auto;
	-moz-border-radius: 10px; /* must be the same as -webkit-border-radius */
	-webkit-border-radius: 10px; /* must be the same as -moz-border-radius */
	border: 1px solid #999999;
	text-align: left;
	position: relative;
	left: 2px;
} 
#sidebar { 
	position:absolute;
	width:239px;
	left:610px;
}
#sidebar_header {
	background-image:url(../images/sidebar_header.png);
	height:68px;
	width:239px;
}
#sidebar_content {
	width:192px;
	height:auto;
	-moz-border-radius: 10px; /* must be the same as -webkit-border-radius */
	-webkit-border-radius: 10px; /* must be the same as -moz-border-radius */
	border: 1px solid #999999;
	left: 15px;
}
#divider {
	width:1px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #999999;
	height: 100%;
	left: 605px;
	z-index: 200;
	position: absolute;
}
#content_pad {
	padding-left:9px;
	padding-top:1px;
}
#sidebar_pad {
	padding-left:15px;
	padding-top:1px;
}
.slideshow {
	position:absolute;
}


/*FIXES*/

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

[if !IE 7]>
<style type="text/css">
#shell {
	display:table;
	height:100%
}
</style>
<![endif]

