@import url(reset.css);
@import url(default.css);
@import url(menu.css);

body { color: #3a3a3a; background: #8ea6c6 url(../images/bg.png) repeat-x; }

#container { background: #fff url(../images/container.png) repeat-y; width: 832px; margin: 0 auto; padding: 0 32px; position: relative; }

#header { background: #fff url(../images/header.png) no-repeat; text-indent: -9999px; }
#header a:link, #header a:visited { display: block; height: 96px; }

#main1 { background-image: url(../images/red.gif); background-position: top left; background-repeat: repeat-y; }
#main2 { background-image: url(../images/blue.gif); background-position: top right; background-repeat: 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; }
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }
#content .padding { background: #fff url(../images/content-padding.png) repeat-x bottom left; padding: 25px 50px; text-align: left; font-size: 1.2em; line-height: 1.7em; }
body.root #content .padding { text-align: center; }

h2.title { color: #2d498f; font-weight: normal; font-size: 1.75em; margin: 0 0 10px; }

#ds-left { width: 32px; height: 448px; background: #fff url(../images/ds-left.png) no-repeat; position: absolute; top: 0%; left: 0%; }
#ds-right { width: 32px; height: 448px; background: #fff url(../images/ds-right.png) no-repeat; position: absolute; top: 0%; right: 0%; }

#footer { color: #465e9d; background: #fff; text-align: center; padding: 1em 0; }

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;
}
