body {
  background:#D6D6D6;
}
#container {
  min-width:200px;
}
#contentwrapper {
  width:100%;
}
#contentcolumn {
  margin-right:0;
}
#rightcolumn {
  display:none;
}
#toprow {
  margin-bottom:4px;
}
.top_slot {
  display:block;
}
.right_slot {
  display:none;
}

@media (min-width: 600px) {
  #container {
    min-width:700px;
  }
  #contentwrapper {
    float:left;
    width:100%;
  }
  #contentcolumn {
    margin-right:240px;
  }
  #rightcolumn {
    display:block;
    float:left;
    width:240px;
    height:640px;
    margin-left:-240px;
    margin-top:20px;
  }
  #toprow {
    display:block;
  }
  .top_slot {
    display:block;
  }
  .right_slot {
    display:inline-block;width:160px;height:600px;
  }
}
.innertube {
  margin:4px;
  margin-top:0;
}
