/*onefellowship.com index styles*/
div#content {
 	float: right;
	width: 590px;
	border-bottom: 2px solid #e7e7e7;
}

div#latest-news {
	width: 193px;
	float: left;
}

div#latest-news-header {
	height: 34px;
	text-align: center;
	color: #fff;
	line-height: 34px;
	font-weight: bolder;
	background: transparent url(../images/news_header.jpg) no-repeat top left;
}

div#latest-news-body {
	border: 1px solid #999999;
	border-top: 0px;
	padding: 5px;
}

div#latest-news-body h4 {
	color: #0065ad;
}

div#latest-news-body p {
	margin: 5px 0px 5px 0px;
	color: #666666;
}

div#topics-area {
	float: right;
	width: 590px;
	margin-top: 10px;
}

div.topic-box {
	float: left;
	clear: left;
	margin-bottom: 5px;
}

div.topic-box h4 {
	color: #0054ad;
}

div.topic-box p {
	color: #666666;
}
