div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  padding-left: 0px;
/*  height: 210px;   */
/*  width: 900px;  */
  /* Add scroll-bars */
  overflow: auto; 
  text-align: center;
}

ul.sc_menu {
  display: block;
/*  height: 210px; */
  /* Max width here, for users without Javascript */
/*  width: 900px; */
  padding: 10px 0 0 5px;
  /* Remove default margin */
  margin: 0;
  background: url('navigation.png');
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 5px;
  padding-bottom: 5px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 12px;
  color: black;
  font-weight: none;
  width: 180px;
  height: 60px;
}

.sc_menu span {
  display: block;
  margin-top: 3px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
  color: black;
}
.sc_menu a:hover span {
  display: block;
  color: brown;
}
.sc_menu img {
  border: 3px cornsilk solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.sc_menu a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}


.article_text h2, h3 { 
margin-bottom: 0; 
padding-bottom: 0; 
}
