* {
	margin: 0;	
  	padding: 0;
}
html, body {
	font: normal 12px/14px Verdana,Geneva,sans-serif;
	color: #333333;
	text-align: left;
	background: url(../images/background.png);
}
#topspacer {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1199;
}
#container {
	margin: 0 auto;
	width:970px;
	min-height:800px;
	height:auto !important;
	_height:800px;
}
#free-audit {
	position: relative;
	margin-top: -41px;
	top: 115px;
	left: 835px;
	width:146px;
	height:41px;
	z-index: 999;
}

#header {
	width:970px;
	height:140px;
}
#content-container {
	width:970px;
	min-height:580px;
	height:auto !important;
	_height:580px;
	background: url(../images/content_back.jpg) repeat-y;
}

#nav-top {
	float:left;
	width:170px;
	height:41px;
}
#slogan {
	float:right;
	width:800px;
	height:201px;
}
#nav-left {
	float:left;
	width:170px;
	min-height:539px;
	height:auto !important;
	_height:539px;
	background: url(../images/nav_left.jpg) repeat-y;
}
#content {
	float:left;
	width:800px;
	min-height:379px;
	height:auto !important;
	_height:379px;
	background: #F7F7F7;
}
#footer {
	width:970px;
	height:80px;
	background: #ffffff url(../images/footer.jpg) no-repeat;
}

.content {
	padding: 26px 40px 26px 40px;
	float:none;
}
.content-container {
	padding: 0px 0px 0px 0px;
	float:none;
}
.nav-left {
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}
.footer {
	padding: 30px 20px 0px 20px;
	text-align:center;
	color:grey;
}


