div#content {
	clear: right;
	background: #eef3f7 url(bg-home-content.gif) repeat-y;
	padding-top: 0
}

div#content h2 {
	background: #eef3f7;
	color: black;
	font-size: 19px;
	padding: 3px 5px;
}

div#cBody {
	float: left;
	width: 392px;
	padding: 4px;
	background: #1900fb;
}

div#cBody img {
	border: 1px solid #666
}

.promo {
	float: left;
	width: 392px;
	padding: 10px 0 0;
}

div#cBody p {
	font-size: 12px;
	position: relative;
	color: #fff;
	margin: 5px 3px;
}

div#cBody a {
	color: #f89632;
}

div#sidebar {
	padding: 0 10px;
	border: 0;
	background: transparent;
	width: 348px;
	float: none;
	height: 520px;
	overflow: scroll;
}

div.item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc
}

div#sidebar div.item img {
	float: left;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #999;
	background: #fff
}

div.item p {
	font-size: 13px;
}

div.item p.read_more {
	text-align: right
}

div.item p.read_more a {
	text-decoration: none
}

div.item p.read_more a:hover {
	text-decoration: underline
}

div.item p.date {
	font-size: 11px;
	color: #999;
	text-align: right;
}

div.item p.right {
	clear: right
}