@import url("main.css");

#containercol {
	padding-right: 230px;
}

#leftcol {
	left: 230px;
}

#rightcol {
	margin-right: -230px;
	width: 230px;
}

