@import url(common.css);

#container1 { 
	background-color: #FCF1D5;
  background-image: url(../images/pghdr/pg_hdr06.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  height: 112px;
  margin: 0px;
  padding: 0px;
	}
#container2 { 
	background-color: #FCF1D5;
  margin: 0px;
  padding: 0px;
  height: 36px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 {
  background-image: url(../images/coo_logo1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: 225px;
  height: 112px;
  margin-bottom: 0px;
  padding-bottom: 0px;
	}
#pageHeader h1 span {
	display: none;
	}