/* twoColumns
-------------------------------------------------- */

#twoColumns {
	margin: 0px;
	width: 340px;
}

#twoColumns div.leftColumn {
	width: 150px;
	float: left;
}

#twoColumns div.rightColumn {
	width: 190px;
	float: right;
}

