div#left-column { background: white none; }
  div#right-column { background: white none; }
  div#inner-left-col { 
    margin-top: 0px; 
    background-color: transparent; 
    height: 100%;
  }
  * html div#inner-left-col {
    height: 425px;
    width: 236px;
    /*border: 1px solid green;*/
    padding: 0px;
    padding-top: 8px;
    padding-left: 12px;
  }
