/* $Id: local_sample.css,v 1.2.2.2 2009/12/22 06:47:47 jwolf Exp $ */

/* Local CSS
-------------------------------------------------------------- */

/**
 * Put your custom css and css overrides in this file and
 * rename it local.css. By restricting your css changes 
 * to local.css, your changes will not be overwritten when
 * upgrading to a new version of this theme.
 *
 *  Steps to activate local.css:
 *  1. Add your custom css to this file.
 *  2. Rename this file to local.css  
 */
 
 #header-wrapper {
  background-color: #e1fbf2;
    /* background-image:url(back1.jpg); */
  padding-left: 15px;    /* LTR */
}

#header-first {
  float: left;    /* LTR */
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  margin: 12px 30px 0 0;
  width: 380px;

}

#header {
  background-color: inherit;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  		   background-image:url(back1.jpg); 
}

#primary-menu-wrapper {
  margin: 0 auto;
  position: relative;
  width: 960px;
  z-index: 5;    /* fixes IE z-index bug */
    background-color: #e1fbf2;
}

#page {
  margin: 0;
  width: 100%;
  background-color: #e1fbf2;
}
