/*---------------------------------------------------------------
-----------------------------------------------------------------
  
  ie.css
  * Internet Explorer Hacking
  * Version: 	4.0 (2009/12/29)
  * Author: 	Dean Bourque | http://www.sparkable.com/

/*--------------------------------------------------------------- 
   
-------------------------------------------------------------- */

body { 		text-align: center; } /* Make sure the layout is centered in IE5 */

ul, ol {	position: relative; } /* Keeps IE6 from cutting pulled/pushed images */
ol { margin-left: 2em; } /* Fixes incorrect placement of numbers in ol's in IE6/7 */

legend { margin-bottom: 1.4em; } /* Fixes incorrect styling of legend in IE6 fieldsets. */

#bContainer { width: 979px; }