/**************************************************************
   AUTHOR:  Lee S. Fielding ( http://lsfdesigns.com )
   DATE:    2010.02.03
   PURPOSE: Controls the layout of the site and styles the menus
 **************************************************************/


/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
  position: relative;
  height: 160px;
}

/* Sets where the header images will go */
#header img.background {
  position: absolute;
  z-index: 0;

  top: 0;
  left: 0;
}

#header img.flag {
  position: absolute;
  z-index: 1;

  top: 59px; /*103px;*/
  right: 299px; /* WAS 350px;*/
}
