body {
  text-align:center;
  margin: 0;
  padding: 0;
  background: url("images/roughpaper.jpg") center top repeat;
}

#container {
  width: 760px;
  padding: 0;
  margin: 0 auto;
  text-align:left;
  background: url("images/clouds.png") top left no-repeat;
}
/* browser hack for IE 6 or before, due to bung alpha transparency with pngs */
* html #container { background: url("images/clouds_iebites.png") top left no-repeat; }

#contentheader {
  height: 271px;
  background: url("images/header.png") top left no-repeat;
}
/* browser hack for IE 6 or before, due to bung alpha transparency with pngs */
* html #contentheader { background: url("images/header_iebites.png") top left no-repeat; }

#contentheader span {
  display: none;
}
#contentheader h2 {
  margin: 0;
  padding: 252px 0 0 220px;
  font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
  font-size: 100%;
  font-weight: normal;
  color: #555;
}

#contentcenter {
  width: 610px;
  float:left;
  margin: 0;
  padding: 0;
  min-height: 260px;
  background: #f4f9f2 url("images/linedpaper.jpg") repeat-y top left;
}
#innercontainer {
  margin: 37px 20px 10px 30px;
  padding: 0;
}

#contentleft {
  width: 150px;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
#contentleft ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#contentleft li {
  margin: 0;
  padding: 8px 0;
  text-align: right;
  border-bottom: 1px #555 dotted;
}
#contentleft a {
  color: #000;
  text-decoration: none;
  padding: 10px 10px 10px 40px;
  margin: 0;
}
#contentleft a:hover {
  color: #fff;
  background: url("images/greenleaf.png") left no-repeat;
}
/* browser hack for IE 6 or before, due to bung alpha transparency with pngs */
* html #contentleft a:hover { background: url("images/greenleaf_iebites.png") left no-repeat; }

#contentleft #current {
  font-weight: bold;
}
#contentleft a:focus { color: #eee;}

#contentright {
  width: 0px;
  float:left;
  padding: 0px;
}
