#leftColumn {
	width: 180px;
	float: left;
	clear: both;
	overflow: visible;
	text-align: justify;
	height: auto;
	background-color: #88110E;
	padding-bottom: 30px;
	background-image: url(../leftMenu/background.jpg);
	background-repeat: no-repeat;
}

#centerColumn {
	margin-top: 0;
	margin-right: 320px;
	margin-bottom: 0;
	margin-left: 200px;
	height: auto;
	text-align: justify;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#centerColumnPhotoMontage {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 180px;
	height: auto;
	text-align: justify;
	padding: 0px;
	background-color: #3E658E;
}
#rightColumn {
	margin: 0px;
	float: right;
	width: 280px;
	height: auto;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #bdd1e1;
	background-image: url(../rightColumn/background.jpg);
	background-repeat: no-repeat;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

