html,body {
	margin: 0;
	padding: 0;
	font: 95%/130% arial, sans-serif;
	color: #444;
	text-align: center;
	background: #fff url(http://www.lifestylepubs.com/images/header-background.jpg) 0 0 repeat-x;
}
#container {
	width: 1140px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background: url(/images/leawoodlifestyle-header.jpg) 0 0 no-repeat;
	text-align: left;
	position: relative;
}
#header {
	padding: 0;
	margin: 0;
	min-height: 350px;
	height: auto !important; /* ie6 */
    height: 350px;
}
#home {
	position: absolute;
	top: 40px;
	left: 90px;
	width: 730px;
	min-height: 300px;
	height: auto !important; /* ie6 */
   	height: 300px;
}
#highlight-wrapper {
	position: absolute;
	top: 62px;
	left: 850px;
	width: 194px;
	border: 3px solid #666;
	background: #fff url(http://www.lifestylepubs.com/images/highlight-background.jpg) 0 0 no-repeat;
	min-height: 150px;
	height: auto !important; /* ie6 */
   	height: 150px;
}
#highlight {
	width: 170px;
	margin: 6px 12px 15px 12px;
}
#wrapper {
	width: 960px;
	padding: 0;
	margin: 15px 0 0 0;
	margin-left: 90px;
	margin-right: 90px;
}
#column1 {
	width: 670px;
	float: left;
	padding: 0;
	margin: 0 0 40px 0;
}
/* inside layout: 310 + 50 + 310 + 50 + 240 = 960 */
#column1left {
	width: 310px;
	float: left;
	padding: 0;
	margin: 0 50px 0 0
}
#column1right {
	width: 310px;
	float: right;
	padding: 0;
	margin: 0;
}
#column2 {
	float: right;
	width: 240px;
	padding: 0;
	margin: 0 0 40px 0;
}

#footer {
	clear: both;
	width: 960px;
	margin: 0 0 20px 0;
	margin-left: 90px;
	margin-right: 90px;
	padding: 15px 0 0 0;
	border-top: 3px solid #185573;
}
.nodisplay {
	display: none;
}

/*
Hex colors...
Home page:
000000 All Black Text (Global) 
42B542 Green Circles 
EF4A23 All Orange Text 
C9C9C9 All Gray Lines 
EF4A23 All Orange Arrows 

Inside pages:
0F670C All Green Text 
185573 Blue side bar links
*/