body 
{
	margin: 0;
	background:#d5d5d5 url(../images/bg.png) top left repeat-x;
}
.clearance {
	height: 0;
}
#container
{
	background: url(../images/container_bg.png) top left repeat-y;
	width:832px;
	margin: 0 auto;
	padding: 0 32px;
	position: relative;
}
#header {
	width: 832px;
	height: 96px;
	margin: 0 auto;
	padding: 0 32px;
	background: url(../images/header_bg.png) top left no-repeat;
}
#header .padding {
	margin: 0;
	padding: 0;
}

#main1 {
	}
#main2 {
	}
#colLeft {
	float:left;
	width:150px;
	margin:0; padding:0;
	background-color:Red;
	}

#colRight {
	float:right;
	width:150px;
	margin:0; padding:0;
	background-color:#09f;
	}
#content {
	background: #888 url(../images/content_bg.png) top left repeat-x;
	margin:0 150px;
	}
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }

h2.title { text-align:center; }

#dsLeft { 
	width: 32px;
	height: 352px;
	background: #fff url(../images/ds_left.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#dsRight { 
	width: 32px;
	height: 352px;
	background: #fff url(../images/ds_right.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}


#footer { 
	width: 832px;
	height: 96px;
	margin: 0 auto 10px auto;
	padding: 0 32px;
	background: url(../images/footer_bg.png) no-repeat;
	
}
#footer .padding {
	padding-top: 24px;
}

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;
}
