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

#centerColumn {
	margin-top: 0;
	margin-right: 245px;
	margin-bottom: 0px;
	margin-left: 470px;
	padding: 20px;
	background-repeat: no-repeat;
	text-align: justify;
	background-image: url(../columns/centerGray.gif);
	height: 500px;
}

#centerColumnLong {
	margin-top: 0;
	margin-right: 245px;
	margin-bottom: 0px;
	margin-left: 470px;
	padding: 20px;
	background-repeat: no-repeat;
	text-align: justify;
	background-image: url(../columns/front_page_center_long.jpg);
	height: 600px;
}

#rightColumn {
	margin: 0px;
	float: right;
	width: 205px;
	padding: 20px;
	text-align: justify;
}

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