/* CSS Document */

/* --------- Home Page Layout ---------- */
.outer {
	border-left:0px solid #E9E9E9;
	border-right:0px solid #E9E9E9;
	background-color: #E9E9E9;
	}

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

.left {
	float:left;
	position:relative;
	width: 150px;
	background-color: #E9E9E9;
	}

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

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