/* -------------------------------------------------------------- 
   
   Boilerplate ie.css
   * Contains hacks for Internet Explorer < IE7
   
-------------------------------------------------------------- */

/* Make sure the layout is centered in IE5 */
* html body { text-align: center; }
* html #page { text-align: left; }

/* Keeps IE6 from cutting pulled/pushed images */
* html ul, ol { position: relative; }

/* Fixes incorrect styling of legend in IE6 fieldsets. */
* html legend { margin-bottom: 1.4em; }

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
* html ol { margin-left: 2em; }