body 
{
	background:#fff url(../images/body_bg.jpg) repeat-x;
}
h1 {
	color:#353535;
	font-family:tahoma;	
	padding-bottom:10px;
	font-size:2.5em;
	font-weight:normal;
}
#container
{
	width:881px;
	margin:0px auto 15px auto;
}
#header {
	width:881px;
	height:101px;
	background:url(../images/header_bg.jpg) no-repeat;
	}
#flash {

}
#main1 {
	clear:both;
	}
#main2 {
height:1%;
	}
#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;	
	background:url(../images/content_bg.jpg) repeat-y;
	color:#303030;
	min-height:250px;
	_height:250px;
	}
#content .padding {padding:18px 42px;}
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }

#col1,#col2,#col3 {
	float:left;
}
	#col1 h3,#col2 h3,#col3 h3 {
		color:#353535;
		font-family:tahoma;	
		padding-bottom:5px;
		font-size:1.8em;
		font-weight:normal;
	}
#col1 {
	width:213px;
}
	#col1 p {margin-bottom:8px;}

#col2 {
	margin-left:35px;
	width:290px;
}

#col3 {
	margin-left:35px;
	width:214px;
}
#content_wrap {margin-left:-37px; min-height: 340px; }
#bottom_bar {background:url(../images/content_bottom.jpg) no-repeat;height:7px;width:881px;}

#footer { background-color:#FFFFFF;font-family:arial; }
#footer a {color:#5e5e5e;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;
}
