#footer {
  display: none;
}

#links {
  width: 500px;
  margin: 310px 0px 0px 440px;
}

#links h4 {
  margin-left: 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: normal;
}

#links > ol {
  padding: 0px;
}

#links > ol li {
  padding: 3px;
  margin-bottom: 2px;
  filter:alpha(opacity=90); 
  -moz-opacity: 0.90; 
  opacity: 0.90;
}

#links > ol > li {
  background-color: #DDD7CF;
}

#links li a {
  font-weight: normal;
}


