html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #301008;
  background: url('img/background-pattern.jpg');
  font: 10pt Verdana, Arial;
  color: white;
}
td {
  font: 10pt Verdana, Arial;
  color: white;
}
#spacer {
  position: absolute;
  top: 0;
  left: 0;
  height: 535px;
  width: 100%;
}
#page {
  height: 571;
}
#menu {
  color: yellow;
  font:Trebuchet MS, Verdana, Arial;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 155px;
  top: 220px;
  width: 200px;
  color: #301008;
}
#menu td {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  font-weight: bold;
}
#active {
	color: #e3b88e;
	background-color: #000000;
	height: 20px;
	width: 232px;
}
#inactive {
	color: #black;
	height: 20px;
	width: 232px;
}
#active a, #active a:visited, #active a:active, #active a:hover {
  color: #e3b88e;
  text-decoration: none;
}
#inactive a, #inactive a:visited, #inactive a:active, #inactive a:hover {
  color: black;
  text-decoration: none;
}
#content {
  margin: 0;
  padding: 0;
  padding-top: 220px;
  margin-left: 450px;
  width: 370px;
  line-height: 150%;
  font-size: 10pt;
  padding-bottom: 30px;
}