/* --------------- Two Column Layout ------------ */
.outer { border-left: 150px solid #E9E9E9; }

.centerBG {
	height: 100%;
	border-left: 5px solid white;
	}

.left {
	float: left;
	position: relative;
	width: 150px;
	margin: 0 5px 0 -155px;
	}

.center {
	float:left;
	position:relative;
	width:596px;
	}

