body 
{
	background-color:#c9c0b0;
}

#container
{
	background: #fff url(../images/container_bg.png) repeat-y top center;
	width:832px;
	padding: 0 32px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 96px;
	background: url(../images/header_bg.png) top left no-repeat;
	position: relative;
}
#header a {
	position: absolute;
	top: 12px;
	right: 12px;
	color: #cec5ba;
}
#header a.logo {
	position: absolute;
	top: 7px;
	left: 110px;
	width: 144px;
	height: 77px;
}
.clearance {
	height: 0;
}
#main1 {
	background:url(../images/red.gif) top left repeat-y;
	}
#main2 {
	background:url(../images/blue.gif) top right repeat-y;
	}

#content {
	margin:0 150px;
	background: #cec6b8;
	}
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }

#footer { 
	height: 64px;
	background: #cec6b8 url(../images/footer_bg.png) top left no-repeat; 
}

body.noRight #main2 { background-image:none; }
body.noRight #colRight { display:none; }
body.noRight #content { margin-right:0; }

body.noLeft #main1 { background-image:none; }
body.noLeft #colLeft { display:none; }
body.noLeft #content { margin-left:0; }

body.noStructure {}
body.noStructure #colLeft,
body.noStructure #colRight,
body.noStructure #main1,
body.noStructure #main2,
body.noStructure #content,
body.noStructure #header,
body.noStructure #footer,
body.noStructure #menu
{
	display:none;
}
body.root #content .floatfix .padding {
	text-align: center;
}
