body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.8em;
  background: #486686;
}

a {
  color: #0000ff;
}

a:visited {
  color: #888888;
}

a:hover {
  color: #9999ff;
}

h1 {
  text-align: center;
}

h2 {
  margin: 0px;
  padding: 10px 0 10px 0;
  font-size: 1.5em;
}

h3 {
  margin: 0px;
  padding: 10px 0 10px 0;
  font-size: 1.3em;
}

p {
  margin: 0px;
  padding-bottom: 10px;
  line-height: 140%;
}

.center {
  text-align: center;
}

.error {
  color: #ff0000;
}

.image {
  width: 300px;
  margin: 0 auto;
}

.image p {
  text-align: center;
}

.image img {
  border: 0px;
  text-decoration: none;
}

.image a img {
  text-decoration: none;
}

.clear {
  clear: both;
}

.clearLeft {
  clear: left;
}

.left {
  float: left;
}

.right {
  float: right;
}

.website {
  width: 100%;
  padding-top: 5px;
}

.website span.date, .website span.title {
  font-size: 1.1em;
  font-weight: bold;
  color: #aaaaaa;
  padding-bottom: 10px;
}

.website span.date {
  float: left;
}

.website span.title {
  float: right;
}

.website img {
  margin-right: 20px;
  padding: 0px;
  border: 0px;
}

form {
  margin: 0px;
  padding: 10px 0 10px 0;
  width: 400px;
}

input {
  width: 90%;
}

input.button {
  width: 100px;
}

select {
  margin-left: 10px;
}

textarea {
  height: 200px;
  width: 90%;
}

#container {
  position: relative;
  width: 520px;
  margin: 0 auto;
  background: #ffffff url("../images/main_bg.png");
}

#skipto {
  display: none;
}

#header {
  position: relative;
  height: 62px;
  width: 520px;
  z-index: 10;
  background: #e6e5d3 url("../images/header.jpg");
}

#header h1 {
  display: none;
}

#mainNav {
  position: relative;
  padding: 5px 0 5px 0;
  text-align: center;
  z-index: 10;
  background: #666f88 url("../images/bar.png");
}

#mainNav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#mainNav li {
  display: inline;
}

#mainNav li a {
  text-decoration: none;
  padding: 5px 10px 5px 10px;
  color: #ffffff;
}

#mainNav li a:hover {
  background: #ffffff;
  color: #000000;
}

#mainNav li a.active {
  background: #ffffff;
  color: #000000;
}

#mainContent {
  position: relative;
  margin: 0px;
  padding: 0px;
}

#content {
  position: relative;
  padding: 0 20px 0 20px;
  z-index: 100;
}

#topRight {
  position: absolute;
  height: 193px;
  width: 183px;
  top: 0px;
  right: 106px;
  z-index: 10;
  background: url("../images/top_right.jpg");
}

#chars {
  height: 302px;
  width: 96px;
  float: right;
  margin: 0 0 10px 10px;
  padding-right: 10px;
  background: url("../images/chars.jpg") no-repeat;
  clear: right;
}

#bottomLeft {
  position: absolute;
  height: 397px;
  width: 319px;
  bottom: 0px;
  left: 10px;
  z-index: 1;
  overflow: hidden;
  background: url("../images/bottom_left.jpg");
}

#comments {
  width: 80%;
}

#comments input {
  width: 90%;
}

#comments textarea {
  height: 200px;
  width: 90%;
}

#comments input.submit {
  width: auto;
}

#posts {
  padding: 10px 10px 0 10px;
}

#footer {
  color: #ffffff;
  font-size: 0.75em;
  z-index: 10;
  background: #666f88 url("../images/bar.png");
}

#footerContent {
  padding: 8px 20px 5px 20px;
}

#footer a {
  color: #ffffff;
}

#footer a:hover {
  color: #bdc4d8;
}

#footer div.valid {
  float: left;
}

#footer div.copyright {
  float: right;
}

#footer div#buttons {
  clear: both;
  margin: 0px;
  padding: 0px;
}

#footer a img {
  border: 0px;
}

#shadow {
  position: relative;
  height: 20px;
  z-index: 10;
  background: url("../images/shadow.png");
}