#header_left {
  background: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 120px;
}

#header {
  background: url("public/images/header_gradient.jpg");
  position: absolute;
  top: 0px;
  left: 200px;
  width: 780px;
  height: 120px;
}

#leftcol {
  background: url("public/images/column_left_parchment.jpg");
  position: absolute;
  top: 120px;
  left: 0px;
  width: 200px;
  height: 650px;
} 

#spacer {
  background: #ffffff;
  position: absolute;
  top: 120px;
  left: 200px;
  width: 10px;
  height: 650px;
} 

#rightcol {
  background: url("public/images/column_right_parchment.jpg");
  position: absolute;
  top: 0px;
  left: 980px;
  width: 170px;
  height: 780px;
  padding: 10px;
}

#content {
  background: url("public/images/content_gradient.jpg");
  position: absolute;
  overflow: auto;
  top: 120px;
  left: 210px;
  width: 770px;
  height: 630px;
}

#footer {
  background: #996666;
  position: absolute;
  top: 750px;
  left: 0px;
  width: 1150px;
  height: 50px;
}

A:link {color: #660000; text-decoration: none}

A:visited {color: #660000; text-decoration: none}

A:hover {color: #996666; text-decoration: none}

P  {font size:12pt; font-family: arial}

H1 {font-size: 26pt; font-family: arial; color: #ffffff}

H2 {font-size: 14pt; font-family: arial; color: #996666}

H3 {font size: 13pt; font-family: arial; color: #000000}

H5 {font size: 10pt; font-family: arial; color: #000000}

H6 {font size: 26pt; font-family: arial; color: #996666}



