#leftColumn {
	width: 450px;
	height: 500px;
	padding: 20px;
	float: left;
	clear: both;
	overflow: visible;
	text-align: justify;
}

#rightColumn {
	margin: 0px;
	float: right;
	width: 450px;
	height: 500px;
	padding: 20px;
	text-align: justify;
	background-image: url(../columns/2_column_right.gif);
	background-repeat: no-repeat;
}

.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
