@import url("2col.css");

#container {
	padding-right: 230px;
}

#left {
	left: 230px;
}

#right {
	background: #f0f8f8;
	margin-right: -230px;
	width: 230px;
}
