.footer {
    clear: both;
    margin: 0px;
	padding-bottom: 30px;
	padding-top: 10px;
    text-align: center;
	color: #666666;
	font-size: 12px;
}

.footer img{
	border: 20px solid #ED7E05;
}

.footer p{
    text-align: center;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
}

.footer a{
    text-align: center;
	color: #666666;
    text-decoration: underline;
}

.footer a:hover{
	color: #888888;
}


.footer small{
	font-size: 10px;
	color: #666666;
}

.footer small a{
	color: #666666;
}






