div.mainmenu {
  overflow: visible;
  height: 232px;
}

div.contentBox {
  min-height: 60em;
}

div.content h3 {
	font-family: "Helvetica Neue", "Trebuchet MS";
  font-size: 1.3em;
  background-image: none;
  margin-left: 0;
  padding-left: 0;
  text-transform: none;
  letter-spacing: normal;
}

div.comments {
	font-family: "Helvetica Neue", "Trebuchet MS";
}

div.comments h2 {
  padding-bottom: 1em;
}

div.comments-body {
  margin-bottom: 1em;
  border-bottom: 1px solid #E3E2DE;
}

div.comments-body p {
  font-size: .875em;
}

div.commentform h2 {
}

div.commentform label {
	display: block;
	float: left;
	width: 8em;
	font-size: .74em;
	padding-top: .25em;
	text-align: right;
	font-weight: bold;
	margin-right: .5em;
	color: #83726F;
}

