body {
  background-color: #0f0f15;
  font-family: "Trebuchet MS", "Trebuchet MS Bold";
  color: white;
}
#main, #footer {
  position: absolute;
  left: 50%;
  width: 810px;
  margin-left: -405px;
}

#main {
  z-index: 1;
  top: 50px;
  height: 655px;
}
div#footer {
  bottom: 10px;
  padding-left: 5px;
  text-align: left;
  z-index: -10;
  color: white;
  font-size: 10px;
  font-family: arial;
}
div#footer a {
  color: white;
  font-size: 9px;
  font-variant: small-caps;
  font-weight: bold;
  text-decoration: underline;
}
#body {
  height: 500px;
  width: 810px;
}	
#menu {
  height: 155px;
  width: 810px;
  background-image: url(/images/menu.jpg);
  background-repeat: no-repeat;
}	
#menu ul {
  padding: 0px;
  margin: 0px;
  margin-left: 220px;
}
#menu li {
  list-style: none;
  margin-top: 100px;
  float: left;
  width: 75px;
  height: 50px;
  border-left: 2px solid #0f0f15;
}
#menu li.right {
  border-right: 2px solid #0f0f15;
}
#menu li img {
  border: none;
}
.maintext {
  margin-top: 5px;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  color: #d9d7c5;
}
.textlink {
  font-weight: bold;
  color: #a93106;
  text-decoration: underline;	
}	
.review_category {
  font-size: 16px;
  font-weight: bold;
  color: #a93106;
  line-height: 15px;
  letter-spacing: 1px;
  padding-top: 20px;
  text-transform: uppercase;
}
.reviews {
  margin-bottom: -10px;
}
.textred {
  font-weight: bold;
  color: #a93106;
  text-decoration: none;	
}
.albumlink {
  font-size: 11px;
  color: #d9d7c5;
  text-decoration: underline;
}
.albumlink:hover {
  font-size: 11px;
  color: #cc9900;
  text-decoration: underline;
}
.current {
  color: #8c889a;
  text-decoration: none;
  font-weight: bold;
}

.editable_fragment {
  position: relative;
  border: 1px dashed red;
}
.editable_fragment form, .editable_fragment a.frag {
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 18px;
  min-width: 120px;
}
.teaching {
	color: #574529;
	font-size: 13px;
	margin-bottom: -6px;
}
.teachingtitle {
	font-size: 13px;
	font-weight: bold;
	color: #cc9900;
	margin-top: 20px;
	margin-bottom: -6px;
}
.teachinglink {
	color: #574529;
	font-size: 13px;
	margin-bottom: -6px;
	text-decoration: underline;
}
