#left_column {
	float: left;
	width: 300px;
}
#right_column {
	float: right;
	width: 300px;
}
#right_column p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
