/*Width 840px*/

#wrapper {
	padding-left: 360px;
	}

#right {
	display: none;
	}
#main {
	width: 760px;
	left: 220px;
	overflow: show;
	border-left: 20px solid rgba(100,100,100,0.2);
	border-right: 20px solid rgba(100,100,100,0.2);
	-webkit-box-shadow: 0px 0px 20px rgba(50,50,50,0.4);
	-moz-box-shadow: 0px 0px 20px rgba(50,50,50,0.4);
	-o-box-shadow: 0px 0px 20px rgba(50,50,50,0.4);
	-ms-box-shadow: 0px 0px 20px rgba(50,50,50,0.4);
	box-shadow: 0px 0px 20px rgba(50,50,50,0.4);
	}

body:last-child #main {
	left: 240px;
	}
	
#left {
	overflow: show;
	position: relative;
	}
#aside {
	display: none;
	}
	
#header {
	left: -360px;
	padding-right: 360px;
	}

#headerContainer {
	width: 800px;
	left: 50%;
	margin-left: -420px;
	position: absolute;
	}

#footer {
	left: -360px;
	padding-right: 360px;
}

#footer #footerWrapper {
	width: 800px;
	left: 50%;
	margin-left: -220px;
	position: relative;
}

#footerWrapper p {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	}
