/* ------------- Three Column Layout -------------- */
.outer {
	border-left: 150px solid #E9E9E9;
	border-right: 175px solid #969696;
	}

.outer2 {
	border-left: 150px solid #E9E9E9;
	}
	
.centerBG {
	height: 100%;
	border-left: 5px solid white;
	border-right: 5px solid white;
	}

.left {
	float: left;
	position: relative;
	width: 150px;
	margin-left: -155px;
	}
	

.right {
	float: left;
	position: relative;
	width: 175px;
	margin: 0 -180px 0 5px;
	padding-top:10px;
	padding-bottom:10px;
	}

.center {
	float: left;
	position: relative;
	width: 416px;
	}

.center2 {
	float: left;
	position: relative;
	width: 591px;
	}