.homecols .bookend {
	width: 33px;
}
.homecols .divider {
	width: 41px;
}
.homecols .col {
	width: 274px;
}
.homecols td {
	vertical-align: top;
}
#feeds,
#feeds .homecols {
	height: 381px;
}
#feeds {
	background: #f0f4f8 url(../img/home/feeds_bkg.jpg) top right repeat-y;
}
#feeds .col {
	padding-top: 24px;
	position: relative;
	display: block;
	padding-bottom: 24px;
}
#feeds .col .heading {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #c71805;
}
#feeds .col .icon {
	position: absolute;
	top: 26px;
	left: 252px;
}
#feeds .feed {
	margin-top: 15px;
}
#feeds .post {
	font-size: 13px;
	margin-bottom: 20px;
	line-height: 20px;
}
#feeds .post .text {
	color: #75706b;
	margin-bottom: 5px;
}
#feeds .post .date,
#feeds .post .more {
	float: left;
}
#feeds .post .date {
	color: #020202;
	margin-right: 7px;
}
#feeds .post .more {
	font-weight: bold;
}
#feeds .post a:link, #feeds .post a:visited {
	color: #c71805;
	text-decoration: none;
}
#feeds .post a:hover, #feeds .post a:active {
	text-decoration: underline;
}
#feeds .heading a:link, #feeds .heading a:visited {
	color: #c71805;
	font-weight: bold;
	text-decoration: none;
}
#feeds .heading a:hover, #feeds .heading a:active {
	text-decoration: underline;
}