.footer {
	background-image: url(../images/backgrounds/footer.png);
	background-repeat: repeat;
	height: 160px;
	padding: 10px 0px 10px 0px;
	clear: both;
				
}
.footer-content {
	color: #FFF;
	text-transform: uppercase;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 25px;
}
.footer-col {
	float: left;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 10px;
	text-align: left;
	padding: 0 20px;
	
}
.footer-col ul {
	margin: 0px;
	padding: 0px;
}
.footer-col li {
	list-style-type: none;
}

/* h5 is for FOOTER section titles only */
h5 {
	font-size: 18px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #cfebf4;
}
.footer a:link {
	color: #FFF;
	text-decoration: none;
}
.footer a:visited {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
