body {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: #7e746a;
	text-align: center;
}
#intro_wrapper {
	text-align: left;
	width: 802px;
	height: 603px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../_images/intro_woNav.jpg);
}
#intro_nav {
	width: 700px;
	height: 150px;
	left: 80px;
	top: 300px;
	position: relative;
}
#wrapper {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
}
#header {
	width: 800px;
	height: 148px;
	background-color: #fff;
}
#logo {
	width: 204px;
	height: 148px;
	background-image: url(../_images/logo_lc.jpg);
	background-repeat:no-repeat;
	float:left;
}
#header_top {
	width: 585px;
	height: 22px;
	float: left;
}
#header_middle {
	width: 596px;
	height: 85px;
	background-image:url(../_images/h_graphics/hg_1_560_85.jpg);
	background-repeat:no-repeat;
	float: left;
}
#header_nav {
	width: 596px;
	height: 32px;
	padding-top:7px;
	background-image:url(../_images/nav.jpg);
	background-repeat:no-repeat;
	float:right;
}
#content {
	width: 800px;
	float:left;
	padding-bottom:20px;
	background-image:url(../_images/bgk_lc.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
#banner_col {
	width: 204px;
	float: left;
}
#content_inner_main {
	width: 565px;
	float:right;
	margin-right:20px;
	padding:10px 0 0 0;
}
#content_inner_1col {
	width:593px;
	margin:1em 2em 1em 2em;
	}
#content_inner_3left {
	width:195px;
	clear:both;
	float:left;
	padding-left: 214px;
	margin:1em .5em 1em .5em;
	}
#content_inner_3middle {
	width:195px;
	float:left;
	margin: 1em .5em 1em .5em;
	}
#content_inner_3right {
	width:195px;
	float:right;
	margin: 1em .5em 1em .5em;
}
#footer {
	clear: both;
	background-position:left;
	background-color: fff;
	background-image:url(../_images/footer_bkg.jpg);
	background-repeat: no-repeat;
	background-position:left;
	width: 800px;
	height: 22px;
	padding-left: 350px;
}
#footer_inner {
	text-align:center;
	padding-left: 214px;
	height:22px;
}
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */	
