body {
  margin-top: 30px;
  margin-bottom: 10px;
  background-color: #FFF;
  background-image: url(background.png);
  background-repeat: repeat-x;
}

#header {
  text-align: left;
  width: 740px;
  display: table;
  border-collapse: collapse;
}

#brand, #languages {
  display: table-cell;
  vertical-align: middle;
}

#languages {
  text-align: right;
  padding-right: 10px;
}

#languages, #languages * {
  font-size: 10px;
  color: #993;
  font-weight: bold;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  border-color: whitesmoke;
}

#menu-items {
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  letter-spacing: -1px;
  width: 740px;
  margin-top: -25px;
  margin-bottom: 20px;
  color: white;
  word-spacing: 5px;
}

#menu-items a {
  color: white;
  border: 0;
}

#menu-items p {
  padding: 0;
  margin: 0;
}

#content {
  width: 740px;
  text-align: left;
  padding: 0;
}

#content #left-column {
  width: 480px;
  padding: 10px;
  vertical-align: top;
}

#content #picture {
  width: 240px;
  padding: 0;
}

#content #sidebar {
  width: 200px;
  padding: 20px;
  vertical-align: top;
  background-color: white;
  background-image: url(sidebar.png);
  background-repeat: no-repeat;
}

#content #sidebar * {
  font-size: 8pt;
}

#content #sidebar h1 {
  font-size: 12pt;
  margin-top: 0px;
}

#content #sidebar address {
  text-align: right;
  font-style: normal;
}

#footer {
  width: 740px;
  border-top: 0px solid whitesmoke;
  margin-top: 10px;
  padding-top: 10px;
}

#footer, #footer * {
  font-size: 10px;
  color: #993;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
}

#footer p {
  display: inline;
  margin: 0;
}

#footer a {
  border-bottom: 1px solid whitesmoke;
}

.padded {
  padding: 10px ! important;
}

.main-title, .main-title-with-subtitle, .main-subtitle {
  margin-top: 0;
}

.main-title-with-subtitle {
  margin-bottom: 0;
}

.label {
  margin-bottom: 0;
  font-weight: bold;
  letter-spacing: -1px;
}

.date {
  color: lightgray;
  margin-bottom: -20px;
}

.good {
  display: list-item;
  list-style-image: url(/img/good.gif);
  list-style-position: inside;
  color: green;
}

.bad {
  display: list-item;
  list-style-image: url(/img/bad.gif);
  list-style-position: inside;
  color: red;
}

a.plain {
  border: 0;
}

a.more {
  border: 0;
  font-size: 80%;
}
