@charset "UTF-8";
#footer {
	vertical-align: bottom;
	height: 206px;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-image: url(images/background_footer.png);
	background-repeat: repeat-x;
	background-position: top;
	position: absolute;
	width: 100%;
	bottom: 0px;
}
body {
    margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	
.logo {
	height: 200px;
	width: 80%;
	position: relative;
	top: 30px;
	left: 10%;
	clear: both;
	float: none;
}
.footercontent {
	height: 209px;
	width: 80%;
	position: relative;
	top: 0px;
	left: 10%;
}
.leftcolumn {
	position: relative;
	width: 70%;
	right: 0%;
}
#footer .footercontent #address {
	position: relative;
	width: 40%;
	left: 60%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 8pt;
	font-variant: normal;
	text-transform: lowercase;
	font-style: normal;
	line-height: 16pt;
	bottom: 200px;
}
