body {
  background-color: #4a525a;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
}

a {
  text-decoration: none;
  color: #90C070;
}

a:hover {
  color: #B0D050;
}

#container {
  width: 782px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#header {
  margin-top: 30px;
}

#title {
  width: 300px;
  border-right: 1px dotted #fff;
}

#logo {
  height: 90px;
  padding-left: 83px;
  background: url(/images/logo.jpg) top left no-repeat;
}

#logo h1 {
  font-size: 16pt;
  font-weight: 500;
  padding: 17px 0 0 0;
}

#lang {
  font-size: 8pt;
  font-weight: 700;
  padding: 5px 0 5px 0;
}

/*

#header div.spot {
  width: 180px;
  margin: 0 10px 0 0;
  float: left;
  border-right: 1px dotted #fff;
}

#header div.spot ul {
  margin: 0;
  padding: 0 20px 0 20px;
  list-style-type: none;
}

#header div.spot ul li {
  padding: 5px 0 5px 0;
  display: block;
  border-bottom: 1px dotted #fff;
  font-size: 8pt;
  line-height: 1.6em;
}

*/

#middle {
  border: 1px solid #fff;
  margin: 10px 0 10px 0;
}

#left {
  float: left;
  width: 300px;
  border-right: 1px dotted #fff;
}

#left div {
  padding: 10px 0 10px 0;
}

#left div h3 {
  background: url(/images/paw.jpg) left no-repeat;
  margin-bottom: 0;
  padding: 10px 0 9px 37px;
  font-size: 10pt;
  font-weight: 700;
  text-transform: uppercase;
}

#left div ul {
  margin: 0;
  padding: 0 20px 0 20px;
  list-style-type: none;
}

#left div ul li {
  padding: 10px 0 10px 0;
  display: block;
  border-bottom: 1px dotted #fff;
  font-size: 8pt;
  line-height: 1.6em;
}

#counter {
  margin: 40px 0 0 20px;
}

#right {
  float: right;
  width: 450px;
}

#main {
  font-size: 10pt;
}

#main h2 {
  font-size: 16pt;
  font-weight: 500;
  line-height: 1.6em;
  border-bottom: 1px solid #fff;
}

#main p {
  line-height: 1.4em;
}

#chapters {
  line-height: 1.6em;
}

#main table.three_columns td.column1 {
  vertical-align: top;
  width: 70px;
  font-weight: 700;
  color: #90C070;
}

#main table.three_columns td.column2 {
  vertical-align: top;
  width: 190px;
}

#main table.three_columns table.column3 {
  vertical-align: top;
  width: 190px;
}

#main table.three_columns p {
  padding: 14px 10px 0 0;
  margin: 0;
  font-size: 8pt;
  line-height: 1.4em;
}

#main input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  border: 1px black solid;
  padding: 4px;
  width: 400px;
}

#main input.submit {
  width: auto;
}

#main textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  border: 1px black solid;
  padding: 4px;
  width: 400px;
  height: 300px;
}

#main textarea.thin {
  height: 100px;
}

#main ul {
  margin: 10px;
  padding: 10px 20px 0 20px;
  list-style-type: disc;
}

#main ul li {
  font-size: 8pt;
  line-height: 1.8em;
}

#main span.hilight {
  color: #90C070;
}

#main div.icons {
  background-color: #fff;
  padding: 4px;
  margin-top: 30px;
  width: 400px;
}

#copyright {
  width: 782px;
  text-align: center;
  margin: 20px 0 20px 0;
  font-size: 7pt;
  float: left;
  display: block;
}
