body {
  margin: 0;
  padding: 0;
  background-color: #f6f2ea;
  background-image:url('MHGS-library-drawing.png');
  background-repeat:no-repeat;
}
#maincontainer {
  z-index: 999999;
}
#authbar {
  margin: 4px;
  float: right;
  font-size: 0.85em;
}
#authbar a:visited {
  color: blue;
}
#topsection {
  height: 90px;
}
#topsection h1 {
  margin: 0;
  padding-top: 15px;
  font-size: 175%;
  font-family: "Times New Roman","serif";
  color: #978775;
}
#addr {
  padding-top: 0px;
  font-size: 125%;
  font-family: "Times New Roman","serif";
  font-weight: bold;
  color: #837464;
}
#contentwrapper {
  float: left;
  width: 100%;
}
#contentcolumn {
  margin-left: 150px;
}
h2 {
  margin-top: 0px;
  margin-bottom: 2px;
}
p {
  margin-top: 0px;
  margin-bottom: 8px;
}
.content {
  font-size: 115%;
}
#left {
  background: #e4dcc9 none repeat scroll 0%;
  float: left;
  width: 150px;
  margin-left: -100%;
}
.badge {
  text-align: center;
}
#footer {
  border-top: 1px solid black;
  padding: 4px 0;
  clear: left;
  width: 100%;
  text-align: center;
  font-style: italic;
}
.innertube {
  margin: 0 10px 10px;
}
.menu li {
  list-style-type: none;
  text-decoration: none;
}
.menu li a {
  text-decoration: none;
  color: #837464;
}
.menu li:hover {
  background: #f6f2ea none repeat scroll 0% 50%;
}
#left ul {
  margin: 0;
  padding: 0;
  width: 150px;
}
img {
  border-style: solid;
  border-width: thin;
  margin: 4px;
}
img.floatRight {
  float: right;
}
a img.alignnone {
 cursor:zoom-in;
 cursor:-webkit-zoom-in;
 cursor:-moz-zoom-in;
}
.swxhead a {
  color: #000;
  background-color: red;
}
.badge img {
  border-style: none;
}
#footer:after {
    color: #000000;
    content: "  \2022  Sepia theme";
}
