body {
#    font-family: Tahoma, arial, helvetica, sans-serif;
    font-family: sans-serif;
#    font-size: 14pt;
}

img {
  border: 0;
}

.undecorated {
    text-decoration: none;
}

#header p {
  color: #C0C0C0;
  font-size: 4em;
  padding: 0px;
  margin-top: 0;
  margin-bottom: -1em;
}

.centered {
  display: block;
  margin: auto;
}

div.left {
  clear: right;
}

div.left img {
  float: left;
}

div.right {
  clear: left;
}

div.right img {
  float: right;
}

div#sidebar {
  background: yellow;
  border: solid;
  float: left;
  width: 18%;
}
