#menu_press a {
  background: url(menu_press_on.jpg) no-repeat;
}

#leftpanel {
  position: absolute;
  top: 98px;
  left: 76px;
  width: 216px;
  margin: 0px;
  padding: 0px;
  overflow: none;
  text-align: left;
  vertical-align: top;
  z-index: 10;
}

#leftpanel #divider {
  position: relative;
  left: -9px;
}

#press {
  position: relative;
  top: -8px;
  width: 100%;
  height: 266px;
  overflow: auto;
}

#rightpanel {
  position: absolute;
  top: 98px;
  left: 306px;
  right: 80px;
  margin: 0px;
  padding: 0px;
  overflow: none;
  text-align: left;
  vertical-align: top;
  z-index: 10;
}

#quotes {
  position: relative;
  top: 1em;
  width: 100%;
  height: 288px;
  overflow: auto;
  text-align: center;
}

.presstext {
  position: relative;
  width: 100%;
  height: 288px;
  overflow: auto;
  display: none;
}

.photo {
  float: right;
  margin: 0px 6px 6px 10px;
  padding: 2px;
  border: 1px solid #888;
  font-size: 0.9em;
}

.date {
  font-size: 0.9em;
}

ul {
  list-style-type: none;
  list-style-image: none;
  margin-top: 0px;
  margin-left: 0em;
  padding-left: 0px;
}

li {
  background: url(../common/bullet.gif) left .18em no-repeat;
  padding-left: 15px;
}