#left-col {
	clear: both;
	width: 440px;
	margin-top: 24px;
	margin-left: 0px;
	margin-bottom: 20px;
	float: left;
	font-family: optima, tahoma, arial;
	line-height: 180%;
	color: #666;
	background-color: #fff;
	background-color: red;
}
#left-text {
	margin-left: 20px;
}
#cent-col {
	width: 1px;
	float: left;
	height: 420px;
	margin-left: 10px;
	margin-top: 24px;
	background-color: #999;
	background-color: #fff;
}
#right-col {
	width: 300px;
	margin-top: 24px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: right;
	font-family: optima, tahoma, arial;
	font-size: .9em;
	line-height: 150%;
	color: #666;
}
#right-item {
	margin-bottom: 28px;
}