#outerColumnContainer {
	border-width: 0 1em;	/* side border widths must equal the widths of the left and right columns. */
}

#leftColumn {
	margin: 0 1px 0 -1em;	/* the margin on the side the column is to be rendered on must be the negative equal of the column's width. The opposite border must be 1px */
	width: 1em;
	padding-left: 1em;
}

#rightColumn {
	float: right;	/* doesn't have to be floated right, but if using some original skidoo tweaks, you need it this way */
	margin: 0 -1em 0 1px;	/* same as in the #leftColumn but reversed */
	width: 1em;
	text-align: center;
}


#section {
	height: 1px;
	display:none;
	visibility:hidden;
}
