#featured,
#main,
#featured_below,
#bottom,
#after-footer {
	background: #eeeeee;
}
#top #header_content,
#featured .featured-inner,
#main .main-inner,
#featured_below .featured_below-inner,
#bottom #colophon,
#after-footer .after-footer-middle {
	width: 980px;
	margin: 0 auto;
}

/* Top of Layout */
#main-top {
	
	height: 50px;
}
@media 	only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (-moz-min-device-pixel-ratio: 1.5),
		only screen and (-o-min-device-pixel-ratio: 1.5),
		only screen and (min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx) {
	#main-top {
		background-image: url(../../images/layout/shape/main-top-stretch-light_2x.png);
		background-size: 1px 50px;
	}
}

/* Bottom of Layout */
#bottom {
	padding: 0 0 20px 0;
}

/* Menus */
.flip-menu {
	margin: -58px auto 0 auto;
	max-width: 980px;
}
.classic-menu {
	background-color: #eeeeee;
	margin: -50px 0 0 0;
}
.classic-menu .menu-left,
.classic-menu .menu-right {
	display: none;
}
.classic-menu .menu-middle {
	margin: 0;
}
.classic-menu .menu-middle-inner {
	margin: 0 auto;
	width: 960px;
}