#footer
{
	top:0px;
	margin-right: auto;
	margin-left: auto;
	bottom:0px;
	width: 1000px;
	position:relative;
	float:none;

}



/***** Footer *****/

 /*IE6*/

.footer-contents {
	float: left;
	background: url(/img/footer.gif) 0 0 no-repeat;
	padding-top: 50px;
	
}

.footer-contents2 {
	
}

#footer dl {
	float: left;
	margin: 10px 0 0 0;
	padding: 1px 0;
	width: 16.5%;
	border-right: 1px solid #C4C4C4;
	min-height: 135px;
	border-top-color: #C4C4C4;
	border-bottom-color: #C4C4C4;
	border-left-color: #C4C4C4;
}

#footer dl.last {
	border: none;
	width: 13%;
} /*IE7*/

#footer dd {
	margin: 0;
	padding: 3px 10px;
	font-size: 85%;
}

#footer dd a {

	text-decoration: none;
	background: url(/img/link-line.gif) repeat-x 0 100%;
	padding-bottom: 1px;
}

#footer dd a span {
	text-transform: none;
}

#footer dt {
	font-size: 100%;
	padding: 0 10px;
}

#footer .footer-feature {
	position: relative;
	right: 10px;
	top: 28px;
}

.copyright img {
    float: left;
    margin-right: 1.5em;
}

.copyright {
	font-size: 85%;
	color: #999;
	clear: both;
	background: #e5ecf3 url(/img/footer.gif) 0 -385px no-repeat;
	padding: 0 0 0 15px;
}

.copyright div {
	background: url(/img/footer.gif) 100% -385px no-repeat;
	padding: 30px 15px 40px 0;
}

.copyright a {
	color: #999;
}

