.pageContainer {
	width:976px;
	margin:0 auto;
	}

#innerPage {
	background:url(../images/innerPage_bg.png) top center repeat-y;
	width:100%;
	text-align:left;
	clear:both;
	}

#outerContent {
	margin:0 auto;
	width:886px;
	background:url(../images/content_bg.png) top center repeat-y;
	text-align:center;
	clear:both
	}

#outerContentBottom {
	background:url(../images/content_bottom.png) top center no-repeat;
	width:886px;
	margin:0 auto;
	height:11px;
	clear:both;
	}

.innerContent {
	margin:0 8px;
	clear:both;
	}

#content {
	background:#fff;
	width:870px;
	margin:0 auto;
	text-align:left;
	clear:both;
	}

.sideBar {
	width:267px;
	float:right;
	}

.left {
	float:left;
	width:450px;
	overflow:hidden;
	}

#pageBottom {
	background:url(../images/pageBottom.png) top center no-repeat;
	width:976px;
	height:50px;
	margin:0 auto;
	clear:both;
	}

#innerPage .content {
	margin:0 90px;
	clear:both;
	}

#pageTopHome {
	background:#3e3e3e;
	border-bottom:5px solid #fff;
	padding:1em 25px;
	clear:both;
	text-align:left;
	}

#pageTop {
	background:url(../images/practice.jpg) bottom center no-repeat;
	border-bottom:none;
	clear:both;
	text-align:right;
	height:250px;
	width:870px;
	overflow:hidden;
	}

#mainImageHome {
	border-bottom:5px solid #fff;
	width:870px;
	height:298px;
	overflow:hidden;
	clear:both;
	}

.mainImageSecondary {
	border-bottom:5px solid #fff;
	clear:both;
	width:870px;
	overflow:hidden;
	height:250px;
	position:relative;
	}
	
.contactInfo {
	padding:1em 42px .1em 42px;
	width:816px;
!important
	width:900px;
	margin:0 auto;
	clear:both
	}

#footer {
	margin:0 50px;
	text-align:center;
	}


/**************

POP UP WINDOW LAYOUT

*************/

#popUpWindow {
	width:100%;
	background:#fff;
	background-image:none;
	margin:0;
	padding:0;
	}

#popUp_header {
	background:#000;
	width:100%;
	}

#popUp_footer {	
	background:#3e3e3e;
	width:100%;
	text-align:right;
	}

#popUp_footer a:link,
#popUp_footer a:active,
#popUp_footer a:visited {
	background:#999999;
	color:#fff;
	border:2px solid #CCCCCC;
	padding:.5em;
	display:inline-block;
	}

#popUp_footer a:hover {
	background:#95181c;
	}

#popUpWindow .pad {
	padding:1em;
	}
