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

.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;
	}
	
#sectionTitle {
    position:relative;
    width:352px;
    float:left;
    }
	
/* Hidden \*/
* html .center {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
/* End Hide */

