@import url("2column.css");

#containercol {
	padding-right: 230px;
}

#leftcol {
	left: 230px;
}

#rightcol {
	background: #abe2fa;
	border: 2px solid #fff;
	border-width: 0 2px;
	margin-right: -230px;
	width: 226px;
}

