#outerColumnContainer {
	border-right:1em;	
}

#contentColumn {
	margin: 0 -1px;
	width: 99%;
}

#leftColumn {
	margin: 0 1px 0 -16em;	
	width: 15em;
	padding-left: 1em;
}

#leftColumn {
	margin: 0 1px 0 -16em;	
	width: 15em;
	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 -16em 0 1px;	/* same as in the #leftColumn but reversed */
	width: 1em;
	text-align: center;
}
