/* 2 column content structure */

#columns {
	width: 848px;
	margin-top: 10px;
	background: url('../img/news_bg_mid.gif') top right repeat-y;
}

#leftcol{
	width: 460px;
	float: left;
}

#rightcol {
	width: 388px;
	float: left;
}