#outerContainer {
	width: 900px; /*Width of main container*/
}

#contentWrapper {
	float: left;
	width: 100%;
	margin: 15px 0;
	min-height: 50em;
	_height: 50em;
	background: url("/images/assets/2columnBackground.gif") 0 15px repeat-y;
}

#leftColumn, #rightColumn {
	margin-top: 15px;
}

#contentColumn {
	margin-left: 190px; /*Set left margin to leftColumnWidth*/
	border-left: 1px solid #ccc; /* Replace this property with an image to fake 100% height*/
}

#leftColumn {
	float: left;
	width: 190px; /*Width of left column*/
	margin-left: -900px; /*Set left margin to -(outerContainerWidth)*/
}


