/* hides unnecessary sections from the print layout */
#navpanel, #credit {
  display: none !important;
}

#pageHeader {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
}

#pageHeader {
  background: none;
}

#pageHeader h1 { 
  display: block !important;
  font-size: 30px !important;
  line-height: 30px !important;
}

#pageHeader h1 span { 
  display: block !important;
  background-color: red !important;
  overflow: auto !important;
  height: 30px !important;
  width: auto !important; 
}

#tel, #email {
  position: static !important;
}

#email {
  position: relative !important;
  top: -20px !important;
  left: 0 !important;
}

/*makes remaining sections auto-width*/
body, #container, #pageFooter {
  width: auto !important; /*not using 100% as it can be a gamble with some browsers*/ 
  margin: 0 !important;
  padding: 0 !important;
  align: left;
}

#content {
  width: auto !important; /*not using 100% as it can be a gamble with some browsers*/ 
  float: none !important;
		margin: 0 !important;
  padding: 0 !important;
}

#pageBody {
  background-image: none !important;
}

#pageFooter p {
  text-align: left !important;
}