.content { position:relative; min-height:600px; margin:0px 190px 20px 170px; padding:10px; background-color:white; z-index:3; overflow:hidden; }

#LeftColumn {
	position:absolute;
	top:120px;
	left:10px;
	width:150px;
	height:600px;
	padding:0px;
	z-index:2;
	background-image:url('../images/vert_chars.gif');
	background-position:center;
	background-repeat:no-repeat;
	/* Tantek Celik hack. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
}
/* "be nice to Opera 5" rule. ALWAYS include a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#LeftColumn {width:128px;}

#RightColumn {
	position:absolute;
	width:190px;
	top:120px;
	right:10px;
	z-index:1;
	/* Again, the hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
}
/* Again, "be nice to Opera 5". */
body>#RightColumn {width:168px;}
