
#left {
	width: 293px;
	height: auto;
	float: left;
	padding: 15px 9px 18px 15px;
	margin: 0px;
	/*background: red*/
}

#center {
	width: 293px;
	height: auto;
	float: left;
	padding: 15px 9px 18px 15px;
	margin: 0px;
	/*background: cyan*/
}

#center p {
	margin-top: 12px;
}

#right {
	width: 284px;
	height: auto;
	float: left;
	padding: 15px 18px 18px 15px;
	margin: 0px;
	/*background: teal*/
}

