 /* THREE COLUMN LIQUID CENTER LAYOUT HOMEPAGE */
body {font: .8em verdana, arial, sans-serif;}
* {margin:0; padding:0;}
div#main_wrapper {min-width:760px; max-width:1250px;  margin-left:auto; margin-right:auto;} /* centers layout when > max width */
div#header {
	width:auto; 
	}
#navbar { 
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	/* IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style declaration. 
The incorrect IE5/Win value is above, while the correct value is below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:33px; /* the correct height */
	}/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct length values to user agents that exhibit the parsing error exploited above yet get the CSS box model right and understand the CSS2 parent-child selector. 
ALWAYS include a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
#site_ad-loc {
	padding-left: 10px;
	height: 20px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 20px;
	}
#threecolwrap {
  float:left;
  width:100%;
  background:url(../../images/lay/hc-red01-right.jpg) repeat-y right;
  }
#twocolwrap {
 	float:left;
	width:100%;
	display:inline; /* stops IE doubling  margin on float*/
	margin-right:-200px; /* CWS - neg margin move */
	background: url(../../images/lay/hc-blue01-left.jpg) repeat-y left;
  }
 #nav {
 	float:left;
 	width:200px;
	display:inline; /* stops IE doubling  margin on float*/
 	}
 #content {
 	width:auto;
 	margin-left:200px;
 	margin-right:200px;
 	}
#promo {
 	float:left;
 	width:190px; 
	}
 #footer {
		width:100%;
		clear:both; 
 	}
/* end of structural styles */ 

/* inner div margin */
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}
#header_inner {
	padding:1em 2em;
	height:200px;
	}
#nav_inner, #promo_inner {
	padding:.5em .5em 1em 1em;
	}
#content_inner {
	padding:0 1em 1em 1.5em;
	}
#footer_inner {
	padding:.5em 5em;
	text-align:center;
	}
/* end inner div margins */