@import "base_layout.css";
div#semi_box {
  behavior: url(includes/templates/pixels/javascript/iepngfix.htc);
}
* {
  margin: 0;
  padding: 0;
}
#purple {
  position: relative;
	height: 200px;
	background: url(/includes/templates/pixels/images/frames_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;
  margin-bottom: 20px;
}

.class_box h3 {
  color: #573865;
}
/* Font Styleing*/
#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;
}
img.left_image {
  float: left;
  margin: 35px 0 15px 0;
  border: 10px solid #efefef;
}