/* CSS Document */
.leftColumn
{
	width:48%;
	float:left;
}

.rightColumn
{
	width:48%;
	float:right;
}

.leftColumnContent
{
	float:right;
}

.rightColumnContent
{
	float:left;
}

.fullWidth
{
	width:100%;
	clear:both;
}
