/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework
   [bjorkoy.com/blueprint]
   
   * Screen & Projection Styles *
      
   This is the main CSS-file for the framework.
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/grid.css";


/* Uncomment the line below to see the grid and baseline. 
   (Assuming you've wrapped your columns in a container). */

/* .container { background: url(lib/img/grid.png); } */
/* .container { background: url(lib/img/baseline.png); } */
body { background: url(lib/img/base_grad.jpg) repeat-x; } 
div#header { background: url(lib/img/grass.jpg) no-repeat right; }

.mir { letter-spacing : -1000em; }
/* Just for Opera, but hide from MacIE */
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */

#header h1 {padding-left:0}

h1.mir {width:245px; height: 74px; background:url(lib/img/normaneco.png) no-repeat;margin:20px 0 0 0px}

img, #header h1 { behavior: url(iepngfix.htc); } /* png transparency fix for IE 6 */