html {
  font-size: 125%;
}

body {
  font-size: 50%;
  padding: 0;
  margin: 0;
  background-color: #c8c8c8;
}

#wrapper {
  width: 832px;
  height: 100%;
  margin: 0 auto;
  background: white;
  border-left: medium solid #8ea98e;
  border-right: medium solid #8ea98e;
}
#wrapper #header h1 {
  background: url(/theme/images/logo.gif) center bottom no-repeat;
  margin: 0;
  padding: 0;
}
#wrapper #header h1 a {
  display: block;
  width: 100%;
  padding-top: 16px;
  height: 72px;
  text-decoration: none;
}
#wrapper #header h1 a span {
  visibility: hidden;
}

#content {
  border-top: thin dotted #8ea98e;
  margin-top: 4px;
  padding-top: 16px;
  font-family: Arial;
}
#content #menu {
  float: left;
  font-size: 1.2em;
  width: 150px;
  list-style: none;
  margin: 0 0 0 16px;
  padding: 0;
  border-right: thin solid #e9e9e9;
}
#content #menu h3 {
  margin: 0;
  padding: 0;
}
#content #menu li {
  padding-bottom: 8px;
}
#content #menu li a {
  text-decoration: none;
  font-weight: bold;
  color: #566a56;
}
#content #menu li a:hover {
  text-decoration: underline;
  color: #8ea98e;
}
#content #menu ul {
  list-style: none;
  margin: 0 0 0 16px;
  padding: 0;
}
#content #menu ul li {
  padding: 0;
}
#content #menu ul li a {
  color: #999999;
  font-weight: normal;
}
#content #body {
  font-size: 1.5em;
  line-height: 1.4;
  margin-left: 182px;
  width: 634px;
  font-family: Verdana, Arial, sans-serif;
}
#content #body p sup {
  vertical-align: text-top;
}
#content #body h3:first-child {
  margin-top: 0;
}
#content #footer {
  clear: both;
  border-top: thin dotted #8ea98e;
  color: #999999;
}
#content #footer h6 {
  font: 0.9em Arial;
  text-align: center;
  padding: 16px 0;
  margin: 0;
}
#content #footer a {
  color: #888888;
}
#content #message {
  border: thin dotted white;
  padding: 8px;
}
#content #message p {
  margin: 0;
  padding: 0;
}
#content #message.error {
  color: brown;
  border-color: indianred;
}
#content #message.info {
  color: green;
  border-color: green;
}

.float-caption, .float-caption-alt {
  float: left;
  display: inline;
}
.float-caption img, .float-caption-alt img {
  margin: 8px;
}
.float-caption b, .float-caption-alt b {
  display: block;
  text-align: center;
}

.float-caption-alt img {
  margin: 8px 0;
}

.bottom-margin {
  margin-bottom: 1.5em;
}

.float_container {
  float: right;
  width: 634px;
  min-height: 279px;
}

.float_left, .float_right {
  margin: 4px;
  text-align: center;
}
.float_left img, .float_right img {
  border: thin solid black;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

hr.clear_float {
  border: 0;
  clear: both;
  height: 0;
  visible: hidden;
}

a img {
  border: 0;
}
