

#Footer { 
	
	background:linear-gradient(rgba(135,131,128,0.7), rgba(135,131,128,0.4));
	box-shadow: 1px 2px 5px #4e4841 inset;
	padding: 30px;
	
}


#Footer h6 { 

	color: #444A53;
	font-size: 15px;
	text-align: left;
	text-shadow: 1px 1px 1px #CCCBC9;
	
	 }

#Footer ul {  margin: 0px; padding: 0px; list-style: none;  }


#Footer li {  
	
	line-height: normal;
	font-size: 12px;
	height: auto;
	float: left;
	color: #FAF4EC;
	background: transparent;
	padding-bottom: 10px;
	text-align: left;
	border: none;
	width: 100%;
	
	
	
	 }

#Footer li a {  
	
	color: white;
	text-decoration: none;
	padding: 5px;
	text-shadow: 1px 1px 1px #A8A5A3;
}  
	
#Footer li a:hover {  
	
	background: #1FA2DA;
	color: white;
	
	
}  

	
#Footer img {  float: left; margin: auto;  }

