body {
  font: 12px Trebuchet MS, Geneva, sans-serif;
  background: #333333;
}

em, i { font-style: italic; }

b, strong { font-weight: bold; }

.mceEditorContainer tbody { overflow: none; }

.mceContentBody { padding: 15px; background: #fff; }

#header {
  position: absolute; left: 50%; right: 50%; margin-left: -360px;
  display: block; width: 720px; height: 80px;
  background: url(../img/header.jpg);
}

#content {
  width: 525px;
  background: #ffffff;
  border: 14px solid #669900;
  border-top: 20px solid #669900;
  position: absolute; left: 50%; right: 50%; margin-left: -193px;
  top: 80px;
}

#content #text {
  padding: 6px;
  border: 1px solid #000;
}

#navigation {
  position: absolute; left: 50%; right: 50%; margin-left: -360px; top: 100px;
  width: 167px;
}

#navigation li.nav {
  display: block; height: 22px;
  margin-bottom: 18px;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

#navigation li.nav:hover {
  border-left: 1px solid #98FF66;
  border-top: 1px solid #98FF66;
  border-bottom: 1px solid #98FF66;
}

#navigation li.email {
  margin-bottom: 0px;
  text-align: left;
  font-size: 11px;
  text-align: center;
}

#navigation li.email a {
  color: #000;
}

h1 { font-size: 13px; color: #669900; font-weight: bold;  margin-bottom: 1%; margin-top: 1%; }
h2 { font-size: 13px; color: #669900; font-weight: bold;  margin-bottom: 1%; margin-top: 1%; }

p { margin-bottom: 2%; }

ol { list-style: inside decimal; margin-left: 10px; }

#lid h1 { font-size: 13px; color: #000; font-weight: bold; }
#lid h2 { font-size: 11px; color: #000; font-weight: normal; }
#lid { margin: 2%; }

#text table td { padding: 4px; }
#text table img { float: right; margin-top: -10px; }