@import "rwbk_common.css";

@media screen {

#menubox {
  position: fixed;
  top: 0px;
  left: 50px;
  bottom: 0;
  right: auto;
  height: 100%;

  width: 150px;
  overflow: auto;
}

div.content img { padding-right: 10px; }

#contentbox {
  position: relative;
  top: 0px;
  left: 200px;
  bottom: 0px;
  right: 0px;
  height: auto;
  width: 600px;

  overflow: auto;
}

}

@media print {
  #menubox {
    display: none;
  }

  #contentbox {
  }
}

