/*  Default CSS for BBH Consulting site   */

/* Default page rules. */       
html, body {
            margin: 0;
            padding: 0;
            height: 100%; /* needed for container min-height */
            background-color: #f9e3b8;
           }          
body {      
	  font-family: Georgia, Verdana, serif;
	  font-size: medium;
	 }
#container { position: relative;     /* needed for footer positioning*/
             margin: 0px auto;      /* center the container, but not in IE5 */
             width: 100%;
             background: #f9e3b8;
             height: auto !important;   /* for real browsers, all */
                                        /* except IE              */
             height: 100%;              /* for IE6: treaded as min-height*/
             min-height: 100%;          /* for real browsers, all */
                                        /* except IE              */
           }        
h1 {
    font-size: 200%;
    line-height: 2em;
   }
h2 {
    font-size: 120%;
    line-height: 2em;
   }   
h3 {
    font-size: 100%;
    line-height: 2em;
   }  
/*  End default page styles  */