body 
{
	background:#000;
	font-size:11px;
	font-family:arial;
}

#container
{
	background-color:#000;
	width:773px;
	margin:50px auto 10px auto;
	padding-bottom:15px;
}
#header {
	background:#fff;
	width:773px;
	height:92px;
	}

#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;
	}
#content {
	margin:0 150px;
	background: #b0f0e9 url(../images/content_bg.gif) no-repeat left top;
	min-height:270px;
	}
#content .padding {
	padding:0;
}
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }

#left {
	float:left;
	width:183px;
}
#right {
	float:left;
	width:540px;
	padding:35px 30px 30px 20px;
	background-color: white;
}

#right img {border: solid 1px silver; padding: 5px;}
#right h2 {color: teal;}

#footer { background-color:#000;width:773px;text-align:center;color:#fff;font-size:.8em;padding-top:5px; }

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;
}

#store-locator { border-top: 1px solid #afc0bb; border-right: 1px solid #afc0bb; }
#store-locator th { color: #57726b; font-size: 1.2em; background: #dff2ed; text-align: left; padding: 5px 10px 5px; border-bottom: 2px solid #afc0bb; border-left: 1px solid #afc0bb; }
#store-locator td { color: #444; padding: 5px 10px; width: 150px; border-top: 1px solid #dff2ed; border-bottom: 1px solid #afc0bb; border-left: 1px solid #afc0bb; }