#footer {
	height: 150px;
	clear: both;
	border-top: 3px solid #A2A2A2;
	margin: 0;
	background: #C3C3B3;
	text-align: center;	
}
#footerbox {
	width: 975px;
	border: 0px solid #000;
}
#footertext {
	float: left;
	margin-top: 10px;
	margin-left: 280px;
	margin-right: 10px;
	font-size: .8em;
	color: #656565;
	border: 0px solid #FFF;

}
* html #footertext {
	margin-left: 130px;
}
#footertext ul {
	list-style: none;
	text-align: right;
}
.footerimg {
	float: left;
	border: 2px solid #A2A2A2;
	margin-top: 10px;
}
