div.newscontent
{
width:250px;
margin-left: 20px;
font:arial;
font-size: 12px;

}
div.newsitem
{
margin-bottom: 30px;
}
div.headline
{
font-weight: bold;
}


/* Start of Column CSS */
#container2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;

}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:50%;

}
#col1 {
	float:left;
	width:46%;
	position:relative;
	left:52%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:46%;
	position:relative;
	left:56%;
	overflow:hidden;
}
/* --> */


