html {
	height: 100%;
}

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

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

#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") no-repeat top left; }

#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;
	min-height: 100%;

  background: #fcfcfc; /*#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 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:400px;
	color:#2B2B2B;
	text-transform:uppercase;
	background-color:#fff;
  text-decoration: none;
  padding: 5px 2px 5px 32px;
  margin: 0;
}
#contentleft a:hover {
/*  color: #fff;*/
  background:#fff url("images/smallgreenleaf.png") 9px center no-repeat;
}
/* browser hack for IE 6 or before, due to bung alpha transparency with pngs */
* html #contentleft a:hover { background: url("images/smallgreenleaf_iebites.png") left no-repeat; }

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

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

#footer p {
	text-align:center;
	font-family:"Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size:10px;
	text-transform:none;
	color:#555;
}


