@import "base_layout.css";
* {
  margin: 0;
  padding: 0;
}
#grey_green {
  position: relative;
	height: 223px;
	background: #c8c9ae;
}
#woodtrim {
	height: 34px;
	background: url('http://www.pixelsfoto.com/includes/templates/pixels/images/woodtrim.jpg') repeat-x;
}
#snapshots {
  position: absolute;
	top: 10px;
	left: 41px;
	overflow: hidden;
}
#content {
  background-color: #211f18;
  color: #c8c9ae;
  width: 100%;
}
.class_box h2 {
  border-bottom: 1px solid #c8c9ae;
  color: #c8c9ae;
  margin-bottom: 7px;
}
.class_box h3 {
  color: #e75923;
}
.class_box p {
  color: #c8c9ae;
}
ul li {
  color: #c8c9ae;
}
.bottom_spacer {
    border-bottom: solid 1px #c8c9ae;
}
.grey {
  background-color: #45453d;
}
/* Font Styling*/

#page_header h1 {
  margin-bottom: 8px;
  display: block;
  color: #211f18;
  font: 2.7em "Lucida Grande", "Arial" sans-serif;;
}
#page_header p {
  display: inline;
  font: lighter .95em "Lucida Grande", "Arial" sans-serif;
  line-height:  1.1em;
  color: #211f18;
}
img.left_image {
  float: right;
  margin: 35px 0 15px 0;
  border: 10px solid #45453d;
}
table, table td, table thead th, table td.date {
  color: #c8c9ae;
}
table tr td {
  padding-left: 7px;
}