/* 3 column content structure */
#columns {
	width: 848px;
	margin-top: 30px;
}

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

#middlecol {
	width: 297px;
	float: left;
}

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