body {
  font-size: 0.9em;
  line-height: 1.3em;
  margin: 0;
  padding: 3em;
  background-repeat: repeat-x;
  border-top: 10px solid gray;
  font-family: trebuchet ms, tahoma, verdana, arial, helvetica;
  text-align: left;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
}

h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: bold;
}

a, a:link, a:visited, a:active {
  color: #930;
  text-decoration: none;
}

a:hover {
  color: #aaa;
  text-decoration: none;
}

img {
  border: 0;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1000px;
}

#header {
  text-align: center;
  padding-bottom: 10px;
  width: 935px;
}

#nav {
  text-align: right;
}

#nav ul {
  padding-left: 0;
}

#nav li {
  display: inline;
  padding-right: 10px;
  font-weight: bold;
}

#main {
  position: relative;
  width: 100%;
}

#sidebar-left {
  float: left;
  width: 150px;
  padding: 10px;
}

#sidebar-left h2 {
  margin-top: 10px;
  margin-bottom: 5px;
}

#sidebar-left ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;  
}

#sidebar-left ul ul {
  padding: 0;
}

.digest {
  font-size: 0.6em;
}

#content {
  float: left;
  width: 600px;
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #ccc;
}

.section {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.section-last {
}

.click-image {
  font-size: 0.8em;
  color: #930;
}

#sidebar-right {
  float: right;
  width: 150px;
  padding: 10px;
}

#sidebar-right h2 {
  margin-top: 10px;
  margin-bottom: 5px;
}

#footer {
  padding-top: 20px;
  text-align: center;
}

.clear {
  clear: both;
  height: 0;
}

.error {
  color: red;
}
