body {
	background-color: #c3bbb1;
	background-image: url(../images/bg.gif);
	}
	
a:link, a:visited { color: #b04340; }

#container { 
	background-color: #fff;
	width: 832px;
	margin: 0 auto;
	/*padding: 0 32px;*/
	position: relative;
	}

#header { background: #fff url(../images/header_bg.gif) repeat-y; position: relative; }
#header h1 { background: #fff url(../images/logo.gif) no-repeat; width: 259px; text-indent: -9999px; }
#header h1 a:link, #header h1 a:visited { display: block; height: 96px; }
#header h2 { background: #fff url(../images/contact.gif) no-repeat; width: 230px; text-indent: -9999px; position: absolute; top: 40px; right: 15px; }
#header h2 a:link, #header h2 a:visited { display: block; height: 47px; }

#main1 {
	background:url(../images/main1_bg.gif) top left repeat-y;
	}
#main2 {
	background:url(../images/main2_bg.gif) top right repeat-y;
	}
	
#colLeft {
	float:left;
	width:256px;
	margin:0; padding:0;
	}
	#colLeft .padding { background: #bfe2ee url(../images/col-padding_bg.gif) repeat-x; padding: 30px; }
	

#colRight {
	float:right;
	width:256px;
	margin:0; padding:0;
	}
	#colRight .padding { background: #bfe2ee url(../images/col-padding_bg.gif) repeat-x; padding: 30px; }
	
#content {
	margin:0 256px;
	min-height: 325px; /* to clear ds_left and ds_right */
	}
	body.root #content { min-height: 10px; }
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }
#content .padding { padding: 30px; }

h2.title { color: #b04340; font-weight: normal; }

img.ifr { float:right;padding:0 0 10px 10px; }

a.learnmore:link, a.learnmore:visited { display: block; text-decoration: none; text-transform: uppercase; }

img.ifl {float:left;position:relative;padding:0 0px 10px 35px;}

#footer {
	color: #000;
	background: #fff url(../images/footer_bg.gif) repeat-x;
	text-align: center;
	clear: both;
	padding: 16px 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;
}
