@charset "UTF-8";
/* CSS Document */

/*footer styles */

#footer_wrapper {
	background:#6e655d;	
	padding:10px 0; 
	margin:auto;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	margin-top:10px;
	
	}
#footer_wrapper a {
	color:#fff;
}
#footer {
}
#footer_wrapper h5 {
	font-size:1em;
	padding-left:20px;
	text-transform:uppercase;
	font-weight:bold;
}
.column_wrapper {
	color:#fff;
	width:25%;	
}
#copyright {
	border-top:1px solid #e5e5e5;
	font-size:.9em;
 	color:#e5e5e5;	
	background:#26313b;
	text-align:center;
}
 #copyright a{
 	color:#e5e5e5;	
	text-decoration:underline;

 }
