/* --------- Home Page Layout ---------- */
.outer {
	border-left:160px solid #969696;
	}
	
.outerContent {
	border-left:160px solid #E9E9E9;
	}

.centerBG {
	height:100%;
	background-color:#E9E9E9;
	border-left:5px solid white;
	}
	
.centerBG_all {
	height:100%;
	background-color:#E9E9E9;
	}

.left {
	float:left;
	position:relative;
	width: 160px;
	margin-left: -165px;
	}

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


.right {
	float:left;
	position:relative;
	width: 200px;
	margin: 0 -205px 0 5px;
	}
