#Avon_footer {
	margin-top: 20px;
}

#footerLeft {
	text-align: left;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	width: 490px;
	padding: 4px 4px 4px 20px;
	margin-left: 25px;
	
}
#footerLeft a{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin-right: 10px;
}
#footerRight {
	text-align: right;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	width: 450px;
	padding: 4px 10px 4px 4px;
	margin-right: 2px;
}
#footerRight a{
	font-size: 11px;
	font-weight: bold;
	color: #bababa;
	margin-left: 10px;
}
#footerBottom {
	font-size: 11px;
	font-weight: normal;
	padding: 10px 0 12px 50px;
	color: #999999;
}
#footerBottom strong {
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
}
