body {
  font-family: Arial, Helvetica, sans-serif;
}

body a {
  text-decoration: none;
}

#portrait {
  background: #CCCCDC;
  border: 1px solid #000000;
  margin-top: 0px;
  padding: 10px;
}

.floatleft {
  float: left;
  margin: 2px 10px 0px 0px;
  clear: left;
}

.image {
  border: 0px solid #000000;
}

/* Derived from: http://vertexworks.com/ */
.widget {
  margin: 0px auto;
  width: 34em;
  background: url(images/bottom-right.png) no-repeat bottom right;
  font-size: 100%;
}

.widget #head {
  background: url(images/top-right.png) no-repeat top right;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.widget #head h2 {
  background: url(images/top-left.png) no-repeat top left;
  margin: 0px;
  padding: 22px 30px 5px;
  color: white;
  font-weight: bold; 
  font-size: 1.2em; 
  line-height: 1em;
  text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
}

.widget #body {
  background: url(images/bottom-left.png) no-repeat bottom left;
  margin: 0px;
  padding: 5px 30px 31px;
}

.widget #body p {
  text-align: center;
}


