#body #content
{
	background:url(./img/home_content_back.jpg) left top repeat-x;
}

.videos
{
	float:left;
	padding-left:40px;
}
.videos h2
{
	color:#522f91;
	line-height:45px;
	padding-top:8px;
}
.videos ul
{
	margin-left:-5px;
	overflow:auto;
}
.videos li
{
	color:#bf82b9;
	float:left;
	font-size:.8em;
	padding-left:5px;
	list-style-type: none !important;
}
.videos li img
{
	margin-left:-5px;
	padding-bottom:7px;
}

#news
{
	background:#fbfbfb url(./img/news_back.jpg) center top repeat-x;
	float:right;
	margin-right:40px;
	min-height:160px;
	padding:43px 20px 0;
	width:320px;
	
}
#news h2
{
	color:#522f91;
	font-size:16px;
	text-transform:uppercase;
}
#news li
{
	color:#58585a;
	font-size:14px;
	margin:8px 0;
}
#news strong
{
	display:block;
	font-weight:bold;
	line-height:1.2em;
}
#news a
{
	font-size:.8em;
	font-weight:bold;
}

#news a.reader_link {
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}
