/* --------- Home Page Layout ---------- */
.outer {
	border-left:150px solid #E9E9E9;
	border-right:200px solid #E9E9E9;
	}

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

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

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

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