#left {
	float:left;
	width:555px;
	font-size:1.4em;
	background-color:#B5E0E9;
	margin-bottom:10px;
}

#right {
	float:right;
	width:170px;
	font-size:1.4em;
	background-color:#E5D48C;
	padding:8px;
	margin-bottom:10px;
}

.post {
	position:relative;
	width:555px;
	padding:8px;
}