body {
   background: url(images/background_sunshine.png) left 0px no-repeat;
   text-align: center; 
}

.caption {
  font-size: 1.8em; color: black; font-weight: normal;
  line-height: 20pt; letter-spacing: 0px;
  font-style: italic;
}

#body {
  width: 80em;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.wham {
  font-size: 7em;
  font-family: times;
  color: #333; /* #ee6600; */
  background: white;
  /* background: #f50;
  border-radius: 10px;
  -moz-border-radius: 10px; */
  border: 2px solid #ccc;
  width: 8em;
  margin: 0 auto;
}

table {
  background: #eeeedd;
}

#locals {
  list-style-type: none;
}

#locals li {
  padding: 1em;
}

.portfolio img {
  margin: 1em;
}

.side-pic {
  border: 2px solid #ccc;
  height: 20em;
  margin-left: 5em;
}


