#footerwrap {
  float: left;
  
  width: 100%;
  
  font-size: 90%;
  
  background: #fff;
  
  border-bottom: none;
  
  border-top: none;
  color: #7030A0;
  
  
}
#footerwrap a {
  color: #7030A0;
  
}
#footerwrap a:hover {
  color: #7030A0;
  background: none;
}
#footerwrap ul li {
  float: left;
  margin: 0 3% 0 0;
}
#footerwrap h1,
#footerwrap h2,
#footerwrap h3,
#footerwrap h4,
#footerwrap h5,
#footerwrap h6 {
  color: #666;
}
#footerwrap .zen-container {
  
  background: #fff;
  border-top: none;
  
  border-bottom: none;
  padding: 20px 0;
}
#zen-copyright {
  padding: 20px 0;
  float: right;
}