#left_col, #right_col {
	border-top: 3px solid #e0e0d7;
	width: 220px;
}

.sheet {
	background-color: #fff;
}
.sheet .left {
	background: url(/img/sheet_bgr.gif) repeat-y left top;
}
.sheet .right {
	background: url(/img/sheet_bgr.gif) repeat-y right top;
}
.sheet .bottom {
	background: url(/img/sheet_bgr_b.gif) repeat-x left bottom;
}
.sheet .bottom_left {
	background: url(/img/corner_left.gif) no-repeat left bottom;
}
.sheet .bottom_right {
	background: url(/img/corner_right.gif) no-repeat right bottom;
	margin: 0 -2px 0 0;
}
.sheet p {
	padding: 25px 25px 25px 25px;
}

#content {
	padding: 30px 27px 0 27px;
}
#content p {
	margin: 0 0 20px 0;
}
