#wrapper {
	padding: 0 0 20px 0;
}
#top,
#featured,
#main,
#bottom,
#after-footer {
	margin: 0 auto;
	max-width: 1000px;
}
/* Top of Boxed Layout */
#main-top {
	position: relative;
	padding: 0 30px;
}
#main-top .main-top-left {
	background: url(../../images/layout/shape/main-top-boxed-light.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 60px;
}
#main-top .main-top-right {
	background: url(../../images/layout/shape/main-top-boxed-light.png) 0 -60px no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 60px;
} 
#main-top .main-top-middle {
	background: url(../../images/layout/shape/main-top-boxed-light.png) 0 -120px repeat-x;
	height: 60px;
}

/* Content Areas of Boxed Layout */
#featured .featured-inner,
#main .main-inner,
#bottom #colophon {
	margin-left: 20px; /* 1000px from above - (20+20) = 960px */
	margin-right: 20px;
	background-color: #eeeeee;
}
#featured,
#main,
#bottom {
	position: relative;
}
#featured:before,
#main:before,
#bottom:before {
	content: "";
	background: url(../../images/layout/shape/main-boxed-light.png) 0 0 repeat-y;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 20px;
}
#featured:after,
#main:after,
#bottom:after  {
	content: "";
	background: url(../../images/layout/shape/main-boxed-light.png) -20px 0 repeat-y;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 20px;
}
#featured .featured-content {
	margin: 0 1%;
	width: 98%;
}
/* Bottom of Boxed Layout */
#after-footer {
	position: relative;
}
#after-footer .after-footer-middle {
	background: url(../../images/layout/shape/main-bottom-boxed-light.png) 0 -48px repeat-x;
	margin: 0 30px;
	height: 24px;
}
#after-footer .after-footer-left {
	background: url(../../images/layout/shape/main-bottom-boxed-light.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 24px;
}
#after-footer .after-footer-right {
	background: url(../../images/layout/shape/main-bottom-boxed-light.png) 0 -24px no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 24px;
}