body 
{
	background:#3e521f url(../images/bg.png) repeat-x;
}

#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.logo {
	position: absolute;
	top: 0;
	left: 10px;
	width: 399px;
	height: 91px;
}
.clearance {
	height: 0;
}
#main1 {
	background-color: #84a04a;
}
.root #main1 {
	background: #fff url(../images/main1_bg.png) repeat-y top center;
	height: 268px;
	}
#main2 {
	}
#main2 h2 {
	margin: 12px auto;
	font-weight: normal;
}
#colLeft {
	float:left;
	width:255px;
	margin:0;
	padding:0;
}
#colLeft .padding {
	padding: 24px;
}
#colRight {
	float:right;
	width:255px;
	margin:0;
	padding:0;
}
.root #colRight {
	height: 220px;
}
#colRight .padding {
	background: url(../images/rightCol_bg.jpg) bottom right no-repeat;
	height: 220px;
	padding: 24px;
}
#content {
	margin:0 255px;
}
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }
#content .padding {
	padding: 24px;
}

#dsLeft { 
	width: 32px;
	height: 448px;
	background: #fff url(../images/ds_left.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#dsRight { 
	width: 32px;
	height: 448px;
	background: #fff url(../images/ds_right.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}



#footer {
	background: url(../images/footer_bg.png) top center no-repeat;
	width:832px;
	padding: 0 32px;
	margin: 0 auto;
	position: relative;
}

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;
}

