/* view poem styles -- overrides for banner ads */

body {
  width: 648;
}
div#outer {
  width: 648px;
  margin-top: 0;
  background-image: none;
  border: none;
  margin-bottom: 1em;
}
div#inner-wrap {
  clear: both;
  margin-top: 4px;
  padding-top: 32px;
  background-color: white;
  background-image: url(/images/vp-scroll.gif);
  background-position: top center;
  background-repeat: no-repeat;
  border: 2px solid black;
}
div#content {
  width: 468px;
  float:right;
}
div#vp-sidebar {
  float:left;
  width:160px;
  margin-right: 20px;
}
div.ba-teaser {
  width: 100%;
}

