html, body {
text-align: center;
height: 100%;
}

#wrapper {
text-align: left;
width: 760px;
margin: 0px auto;
min-height: 100%;
height: auto !important;
height: 100%;
margin-bottom: -60px;
}


#header {
background: white url(../images/towing_banner.jpg) top center;
height: 121px;
}
#banner{

background: white url(../images/banner-left.jpg) left center;
float:left;
width: 760px;
height: 188px;
}

#leftnav {
float: left;
width: 160px;
margin: 0;
padding: 1em;
background: orange;
}

#clearcontent{
	clear: both;
	height: 100%;
	margin-bottom: 1em;
}
#content {
	clear: both;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0em;
	max-width: 44em;
	padding: 0 0 0 0;
}
p.indent {
	text-indent: 2em;
}
#footer {
width: 760px;
height: 45px;
margin: 0px auto;
padding-top: 15px;
text-align:center;
position: relative;
font-size:80%;
}

#footer p {
padding-left: 20px;
}
#footer .copyright {
padding-right: 15px;
float: right;
}
#w3cButtons{
position: absolute;
left:100px;
top:50px;
}
.clearfooter {
height: 60px;
clear: both;
}

