/* @override http://destiny.monkcms.net/_css/index.css */
#home #container{
   width: 837px;
   margin: 0 auto;
}

#home #header{
	background: url(../_img/bg_nav.gif) no-repeat;
	width: 837px;
	height: 53px;
}


#home #billboard-wrap{
	border: 1px solid #b4b4b4;
	width: 810px;
	height: 216px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#home #container-inner{
	width: 837px;
	padding-top: 10px;
	background-color: #fff;
	border-style: none;
}

#home #content{
	width: 837px;
	min-height: inherit;
	background-color: #fff;
	border:none;
	padding: 0;
	margin: 0;
}

#home #celing #billboard{
	position: relative;
	left: -11px;
	top: -1px;
}

#home #header #login #member{
	position: absolute;
	top: -150px;
	right: 40px;
}

#home #articles{
	float: left;
	display: block;
	width: 480px;
	margin-right: 20px;
}

#home #articles h3{
	font-size: 1.7em;
}

#home #articles h4.title{
	font-size: 1.3em;
}
#home #articles p#posted{
	color: #689bdd;
}

#home #articles .sermonbox{
   margin-bottom: 5px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
	margin-top: 5px;
}
