body {
  background: #521 url('../images/bg.gif');
  color: #422;
  font-family: sans-serif;
  font-size: .8em;
  margin: 0;
  text-align: center;
}

a:link {
  color: #248;
}
a:hover, a:active {
  color: #24c;
}
a:visited {
  color: #124;
}

.wrapper {
  margin: 0 auto;
  width: 877px;
}

.header {
  background: url('../images/paper-header.png') no-repeat;
  margin: 0 auto;
  text-align: justify;
  width: 837px;
  height: 176px;
}

.menu {
  overflow: auto;
  font-variant: small-caps;
  list-style: none;
  margin: -10px 0 1em 0;
  padding: 0;
  font-size: 1.4em;
  border-bottom: 1px solid #521;
}

.menu li {
  float: left;
  margin: 0 1em 0 0;
  font-weight: bold;
}

.menu a:link, .menu a:visited {
  padding-bottom: 9px;
  color: #c42;
  text-decoration: none;
}
.menu a:hover, .menu a:active {
  color: #c84;
  text-decoration: none;
}

.content {
  background: url('../images/paper.png') 0 -176px repeat-y;
  margin: 0 auto;
  text-align: justify;
  width: 700px;
  padding: 1em 40px 5em 40px;
  margin-bottom: 1em;
}

p {
  margin: 1em 0;
}

h1 {
  text-indent: -9000em;
  margin: 0;
  height: 1px;
}

h2, legend {
  font-size: 1.2em;
  font-weight: bold;
  margin: .5em 0 0 0;
  padding: 0;
  color: #c42;
}

h2 a:link, legend a:link {
  color: #c42;
}
h2 a:hover, legend a:hover, h2 a:active, legend a:active {
  color: #c84;
}
h2 a:visited, legend a:visited {
  color: #842;
}

h3 {
  font-size: .9em;
  font-style: italic;
  margin: 0;
}

img {
  border: 0;
}

.left {
  margin: 0 1em 1em 0;
  float: left;
}

.right {
  margin: 0 0 1em 1em;
  float: right;
}

.block {
  overflow: auto;
  margin: 1em 0;
  border-bottom: 1px solid #986;
}

.comment-block {
  overflow: auto;
  margin: 1em 2em;
  border-top: 1px solid #986;
}
.comment-block.first {
  border: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

form ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}

input, textarea {
  display: block;
  margin-bottom: .5em;
}

.large {
  width: 50%;
}

.xlarge {
  width: 95%;
}
textarea.xlarge {
  height: 6em;
}

.footer {
  background: url('../images/paper-roll.png') 0 2em no-repeat;
  width: 877px;
  height: 154px;
  margin: -6em 0 20px 0;
  padding-bottom: 2em;
}
