body, html {
	height:auto;
}

#wrapper.home {
	height:600px;
	background:none;
	min-height:auto;
}

#header {
	position:fixed;
	top:50%;
	left:50%;
	margin:162px -480px 0 -480px;
	background:url(/images/header_home.png) no-repeat;
	z-index:999;
}

#content {
	width:940px;
	height:580px;
	padding:10px 10px 25px 10px;
	background:#ffffff;
	position:fixed;
	top:50%;
	left:50%;
	overflow:hidden;
	margin:-290px -470px -290px -470px;
}

ul#secondarymenu {
	bottom:0px;
}

#news {
	position:absolute;
	top:10px;
	right:10px;
	width:180px;
	padding:0 20px;
	height:574px;
	font-size:.8em;
	line-height:1.3em;
	background:url(/images/sidebar-news.jpg) bottom left no-repeat #4c4c4c;
	color:#ffffff;
}

#news p.date {
	margin:0px;
	font-style:italic;
}

#news h3.news {
	display:block;
	background:url(/images/news-home.png);
	height:36px;
	width:178px;
	border:none;
	text-indent:-999em;
	padding:0px;
}

#news h4 {
	font-weight:bold;
	font-size:1.25em;
	margin:1em 0 .5em 0;
	/*
border-top:2px solid #4c4c4c;
	border-bottom:1px solid #4c4c4c;
	padding:3px 0;
*/
}

#news a {
	text-shadow:1px 1px 0px #000000;
}

#news p {
	margin:0;
}

.home #dailyDevotional {
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:999;
}

#searchbox {
	margin:1em 0 0 0;
	width:175px;
}

#searchbox input#keywords {
	width:100px;
}