body {
	background-color: #384382;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	text-transform: uppercase;
	}

#container { 
	/*background-color: #000*/
	background-image: url('../images/container_bg.gif');
	background-repeat: repeat-y;
	width: 832px;
	margin: 0 auto;
	padding: 0 32px;
	position: relative;
	}

#header { background: #fff url(../images/header_bg.gif) no-repeat; height: 96px; }
#header h1 { display: none; }

#main1 { background: #fff url(../images/content_mid.gif) repeat-y; }
#two_haha { background-image: url(../images/content_top.gif); background-repeat: no-repeat; padding-top: 45px; }
#main2 { background-image: url(../images/content_bottom.gif); background-repeat: no-repeat; background-position: bottom left; padding-bottom: 45px; }
	
#colLeft {
	float:left;
	width:256px;
	margin:0; padding:0;
	}

#colRight {
	float:right;
	width:256px;
	margin:0; padding:0;
	}
#content {
	margin:0 256px;
	min-height: 325px; /* to clear ds_left and ds_right */
	line-height: 18px;
	}
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }
body.root #content { min-height: 10px; }

h2.title { color: #263e81; font-size: 1.8em; font-weight: normal; padding: 20px 0; }
body.root h2.title { text-align: center; }

#footer {
	color: #fff;
	background: #333 url(../images/footer_bg.gif) repeat-x;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
	clear: both;
	}
	
#footer a:link, #footer a:visited { color: #fff; text-decoration: none; }

.ds_left { background-image: url('../images/ds_left.gif'); width: 32px; height: 448px; position: absolute; top: 0%; left: 0%; }
.ds_right { background-image: url('../images/ds_right.gif'); width: 32px; height: 448px; position: absolute; top: 0%; right: 0%; }

body.noRight #main2 {}
body.noRight #colRight { display:none; }
body.noRight #content { margin-right:0; }

body.noLeft #main1 {}
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;
}
