body { background: #fff; }

#container { background: #fff url(../images/container_bg.gif) repeat-x bottom left; width: 830px; margin: 0 auto; border-bottom: 5px solid #000; }

#header { background: #fff url(../images/header_bg.gif) repeat-x; position: relative; }
#header h1 { background: #fff url(../images/logo.gif) no-repeat; width: 230px; text-indent: -9999px; }
#header h1 a:link, #header h1 a:visited { display: block; height: 106px; }
#header h2 { background: #fff url(../images/header-h2_bg.gif) no-repeat; width: 285px; height: 108px; text-indent: -9999px; position: absolute; top: 0%; right: 0%; }

#main1 { background-image: url(../images/red_bg.gif); background-position: top left; background-repeat: repeat-y; clear: left; }
body.root #main1 { background-image: url(../images/root-red.gif); }

#main2 { background-image: url(../images/blue_bg.gif); background-position: top right; background-repeat: repeat-y; }
body.root #main2 { background-image: url(../images/root-blue.gif); }

#colLeft { float: left; width: 226px; margin: 0; padding: 0; }
#colLeft .padding { padding: 0; }
body.root #colLeft { width: 228px; }
body.root #colLeft .padding { padding: 7px 30px; }

#colRight { float: right; width: 237px; margin: 0; padding: 0; }
body.root #colRight .padding { padding: 7px 30px; }

#content { margin:0 237px 0 226px; }
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }
#content .padding { padding: 35px 30px; }
body.root #content .padding { padding: 7px 30px; }

h2.title { color: #000; text-transform: uppercase; font-size: 2.5em; margin-bottom: 15px; }
body.root h3 { text-transform: uppercase; margin-bottom: 8px; font-size: 1.1em; }
body.root em, body.root a.em:link, body.root a.em:visited { color: #7e795b; text-decoration: none; text-transform: uppercase; font-style: italic; display: block; font-weight: bold; margin: 7px 0; font-size: 1.1em; }

#footer { color: #7e795b; text-align: center; font-size: .8em; text-transform: uppercase; margin: 10px 0; }
#footer a:link, #footer a:visited { color: #7e795b; text-decoration: none; }

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;
}
