@import "base_layout.css";
div#semi_box {
  behavior: url(includes/templates/pixels/javascript/iepngfix.htc);
}
* {
  margin: 0;
  padding: 0;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
#tiled_header {
  position: relative;
	height: 200px;
	background: url(/includes/templates/pixels/images/prints_header.jpg) repeat-x;
}

#semi_box {
  background: url(/includes/templates/pixels/images/white_transparency.png) no-repeat;
  position: absolute;
  left: 392px;
  width: 23em;
  height: 160px;
}
#grey {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
	height: 68px;
	background: #efefef;
}

/* Font Styling*/
#page_header {
  position: absolute;
  left: 398px;
  top: 27px;
  width: 22em;
}
#page_header h1 {
  margin: 0;
  padding: 0 0 0 25px;
  display: block;
  color: #000;
  font: 2.5em "Lucida Grande", "Arial" sans-serif;
}
#page_header p {

  padding: 0 0 0 25px;
  font: lighter .95em "Lucida Grande", "Arial" sans-serif;
  line-height:  1.1em;
  color: #000;
}