#content {
  /*height: 1200px;*/
}

#header {
  height: 160px;
  margin: 0;
}

#sidebar {
  background-color: #e3e9ec;
}

#footer {
  margin-top: 2em;
}

.inset {
  padding: 2em 2em;
}

.panel {
  border-top: 3px solid #129dbe;
  padding-top: 1em;
}

/*=TYPOGRAHY=*/

h1, h2 {
  font-size: 15pt;
  font-weight: bold;
  line-height: 18pt;
  margin-bottom: 0.5em;
}

h1 {
  color: #434343;
  margin-bottom: 1em;
}

#sidebar h1 {
  background-image: url(/images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding: 0.25em 0;
  padding-left: 1.45em;
}

h2 {
  color: #129dbe;
}

h3 {
  font-weight: bold;
  text-transform: uppercase;
}

p {
  font-size: 11pt;
  margin-bottom: 1em;
}

#sidebar p {
  font-size: 10pt;
}

#structure p, #structure li {
  font-weight: bold;
}

p.date {
  font-size: 9pt;
  margin: 0;
  margin-top: 1.5em;
  padding: 0;
}

p.author {
  font-size: 10pt;
  margin-top: -1em;
  padding: 0;
}

p.right {
  font-size: 10pt;
  text-align: right;
}

#sidebar p.contacts {
  font-size: 8pt;
}


a {
  color: #0b6880;
}

/*=LISTS=*/

ul, ol {
  margin-left: 3em;
}

li {
  margin-bottom: 0.5em;
}

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

#sidebar ul li {
  font-size: 12pt;
  font-weight: bold;
  margin: 0;
}