/*  whattodo_not_ie.css (What To Do in Good To Read)  */





/*  Hacks to work OUTSIDE Internet Explorer (only tested with latest IE)  */

/*  This only contains the things that changed.  */





/* -------------------- NOT Internet Explorer Changes -------------------- */


#contents {  /*  Left column  */
  z-index: 100;  /*  This is different outside IE  */
}






#advertisements {  /*  Right column  */
  z-index:99;  /*  This is different outside IE  */
}




.announcement p {  /*  Non IE only  */
  line-height: 150%;
}




