html{
   overflow-y:scroll;
   overflow-x:auto;
   height: 100%;
}
.wrapper {	
   min-height:100%;
   position:relative;
}
body {
	background-color: #f6f6f6;
	margin: 0;
	padding: 0;
	height: 100%;
	min-width: 820px;
}
.header {
	background: url(images/top_background.jpg);
	background-color:#000;
	background-repeat: no-repeat;
	background-position:center bottom;
	position:relative;
	width: 100%;
	height: 199px;
}
.menu {
	position:absolute;
	width: 800px;
	top: 0px;
	left: 50%;
	height: 46px;
	margin-left:-400px;
	z-index: 10;
}
#leaf {
	background:url(images/leaves.png);
	width: 350px;
	height: 293px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
.logo_background {
	background: url(images/logo_background.png);
	width: 800px;
	height: 112px;
	position:absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -400px;
	z-index: 2;
}
.center_content {
	width: 100%;
	height: auto;
	margin-top: -16px;
	background: url(images/center_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f6f6f6;
	padding-bottom:209px;
}
.main {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}
.footer {
	width: 100%;
	background:url(images/bottom_background.jpg);
	height: 209px;
	background-repeat:repeat-x;
	position:absolute;
   	bottom:0;
}
.footermenu {
	width: 780px;
	}
.column {
	width: 20%;
	float: left;
	text-align:left;
}
.serviceslist {
	margin-top: 0px; padding-right: 15px;
}
.serviceslist li {
	list-style:none;
}
.serviceslist p {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'HelveticaNeueLTPro55Roman', sans-serif;
	color: #666;
}
.servicestitle {
	color:#000;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'HelveticaNeueLTPro57Condensed', sans-serif;
}
