/* file of styles for 2 column template */ 

#secondary {
  /* update for internet explore 6 */
  position:relative;
  float:left;
  width:724px;
}

#secondary-content {
  position:relative;
  padding-left:8px;
  min-height: 500px;
}
*html #secondary-content {
  height: 500px;
}

#tertiary {
  display:none;
}


