#rightcol {
  width: 160px;
  height: 386px;
  float: right; 
  padding: 10px;
  background: url('/images/gen_sidebar.jpg') bottom right no-repeat;
}
#rightcol ul {
  font-size: .9em;
  display: block !important;
  list-style: disc outside !important;
  padding-left: 20px;
  margin: 8px 0 0 0;
}
#rightcol li {
margin: 0;
  display: list-item;
  padding: 2px 0 2px 2px;
  line-height: 1.25;
}

#rightcol h2,#rightcol div { text-align: center; }
#rightcol div em { font-size: .75em; }

#rightcol li a {
  color: #555;
}