/* twoColumns
-------------------------------------------------- */
#twoColumns {
	width: 697px;
}

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

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

