body 
{
	background:#a0b9c0 url('../images/body_bg.gif') repeat-x left top;
	font-size:12px;
	font-family:arial;
}

#container
{
	background:#fff;
	width:929px;
	margin:0px auto;
}
#header {
	background:url('../images/header_bg.jpg') no-repeat left top;
	width:929px;
	height:90px;
	margin:0;
	padding:0;
	}

#main1 {
	background:url(../images/red.gif) top left repeat-y;
	}
#main2 {
	background:url(../images/blue.gif) top right repeat-y;
	}
#colLeft {
	float:left;
	width:150px;
	margin:0; padding:0;
	background-color:Red;
	}

#colRight {
	float:right;
	width:150px;
	margin:0; padding:0;
	background-color:#09f;
	}
.idx #content {
	margin:0 150px;
	background: #a0b9c0 url(../images/home_content_bg.gif) repeat-x left top;
	min-height:309px;
	margin-top:0px;
	}
#content {
	margin:0 150px;
	background: #a0b9c0 url(../images/content_bg.gif) repeat-x left top;
	min-height:624px;
	margin-top:12px;
	}
	#home_text {
		float:left;
		padding:25px;
		width:602px;
	}
	#secondary_right {
		width:628px;
		padding:22px 30px;
		float:left;
		background:url('../images/right_bg.gif') repeat-x left top;
	}

#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }

#footer { color:#676767;text-align:right;padding-right:50px;background:#a0b9c0 url('../images/footer_bg.gif') no-repeat left top;width:879px;height:28px; }

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;
}
