#news-left-column{
float:left;
width:200px;
margin:0px 25px 0px 0px;
}

#news-left-column ul{
	list-style:none;
	float:left;
	margin:0px;
	padding:0px;
	border-top:1px dotted white;
}
#news-left-column ul li{
	border-bottom:1px dotted white;
	width:195px;
	vertical-align:top;
	margin:0px;
	padding:5px 0px 5px 5px ;
	cursor:pointer;
}

#news-left-column ul li a:hover{
	text-decoration:none;
	color:#9EA374;
}

#news-left-column ul li.selected{
	background:#2a5125;
}

#news-content{
	float:left;
	width:412px;
}

#news-content-full{
	float:left;
	/*width:605px;*/
	width:442px;
}

#news-content-full h3, #news-content h3 {
	color:#fff;
}

#news-right-column{
	float:left;
	width:210px;
	margin:0px 0px 0px 25px;
}

#news-right-column img{
	float:right;
	margin-top:16px;
	width:188px;
}

#news-right-column h6{
	float:left;
	text-align:left;
	padding:0px 0px 0px 20px;
}
