body 
{
	background: #de9e42 url(../images/bg.jpg) repeat-x;
}

#container
{
	background:#e4b97f url(../images/container_bg.jpg) repeat-y;
	width:832px;
	margin:0px auto;
	padding:0 32px;
	position:relative;
}
#header {
	background:url(../images/header_bg.jpg) no-repeat;
	height:96px;
	width:832px;
	}

#main1 {
	background:url(../images/main1.jpg) repeat-y;
	}
#main2 {
	clear:both;
	}
#colLeft {
	float:left;
	width:256px;
	margin:0; padding:0px;
	background-color:#e7c18e;
	}
#colLeft .padding{padding:0px 20px 0px 30px;}

#colRight {
	float:right;
	width:288px;
	margin:0; padding:0px;
	background-color:#e7c18e;
	}
#colRight .padding{padding:0px 20px 0px 30px;}
#content {
	margin:0px 288px 0 256px;
	min-height:530px;
	}
#content .padding{padding:25px 50px;}
.root #content .padding{padding:0px 20px 0px 30px;}	

	.root #content { min-height:200px; }
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }

#footer { background:url(../images/footer_bg.jpg) no-repeat; height:64px; width:832px; font-size:1.1em; font-family:Arial, Helvetica, sans-serif;margin:0 auto; }
#ds_left {position:absolute; top:0px; left:0px; width:32px; height:530px; background:url(../images/ds_left.jpg) no-repeat;}
#ds_right {position:absolute; top:0px; right:0px; width:32px; height:530px; background:url(../images/ds_right.jpg) no-repeat;}

h2 { color:#262626; font-family:Arial, Helvetica, sans-serif; font-size:21px; font-weight:lighter; }

#more { list-style-image:url(../images/arrow.jpg); margin-left:10px;}
#more a{ text-transform:uppercase; text-decoration:none; color:#3a3a68; }

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;
}

