/* Used for 3 column layout */

.main {
  clear:both; 
  width:900px; 
  padding-bottom:30px; 
  background:transparent url(../img/bg_main_withnav.jpg) top left repeat-y;
  }
  
.main-content {
  display:inline; /*Fix IE floating margin bug*/; 
  float:left; 
  width:440px; 
  margin:0 0 0 30px; 
  overflow:visible !important /*Firefox*/; 
  overflow:hidden /*IE6*/;
  }
 
.column1-unit {
  width:440px; 
  margin-bottom:10px !important /*Non-IE6*/; 
  margin-bottom:5px /*IE6*/;
  }
  
 .hotBox {
  width:420px; 
  margin:0 0 1.5em 0px; 
  padding:5px 10px 0 10px; 
  border:solid 1px rgb(137,170,214); 
  background-color:rgb(239,239,241);
  text-align:center;
 }
