#leftcolumn {
	position: absolute;
	height: auto;
	width: 180px;
	left: 10px;
	top: 200px;
	font-family: Papyrus;
	font-weight: normal;
	font-size: small;
	background-color: #eeeeFF;
	padding: 10px;
}
#centrecolumn {
	position: absolute;
	height: auto;
	width: 280px;
	left: 210px;
	top: 200px;
	font-family: Papyrus;
	font-size: small;
	font-style: normal;
	line-height: normal;
	padding: 10px;
}
#rightcolumn {
	position: absolute;
	height: auto;
	width: 180px;
	left: 510px;
	top: 200px;
	font-family: Papyrus;
	font-size: small;
	font-style: normal;
	line-height: normal;
	background-color: #eeeeFF;
	padding: 10px;
}
