body {
	background-color: #97ada9;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	}

#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 { height: 96px; background: #fff url(../images/header_bg.gif) no-repeat; }
#header h1, #header h2 { display: none; }

#main1 {
	background:url(../images/main1.gif) top left repeat-y;
	clear: both;
	}
#main2 {
	background:url(../images/main2.gif) top right repeat-y;
	}
	
#colLeft {
	float:left;
	width:256px;
	margin:0; padding:0;
	}
	#colLeft .padding { padding: 20px 25px; }

#colRight {
	float:right;
	width:288px;
	margin:0; padding:0;
	}
	#colRight .padding { padding: 20px 25px; }
	#colRight address { font-style: normal; }
	
#content {
	margin:0 288px 0 256px;
	min-height: 325px; /* to clear ds_left and ds_right */
	}
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }
#content .padding { padding: 30px 60px; }
body.root #content { min-height: 10px; }
body.root #content .padding { padding: 20px 25px; }

body.root h2, h2.title,#content h1 { font-weight: normal; font-family: Myriad Pro; text-transform: uppercase; font-size: 2.3em; margin: 0 0 .5em; }

body.root blockquote cite { display: block; }
body.root blockquote cite strong { display: block; font-style: normal; }

#footer {
	color: #547774;
	background: #1e1819;
	text-align: center;
	/*text-transform: uppercase;*/ font-size:11px;
	clear: both;
	padding: 20px 0;
	}

.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 { 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;
}
.h2text{ padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color: #547774; text-align:center; font-weight:normal;
}
