body {
  margin: 0;
  padding: 0;
  font: 76% Verdana, Helvetica, sans-serif;
}

.header {
  width: 100%;
  background-color: #444;
  height: 60px;
}

.site-name {
  float: left;
  font-size: 2em;
  font-weight: bold;
  font-family: courier;
  margin: 0.6em 0 0 0.5em;
}

img {
  border: 0;
}

a {
  font-weight: bold;
}

.site-name a {
  color: white;
  text-decoration: none;
}

.site-name a:hover {
  color: #666;
}

.menu a {
  color: #666;
  text-decoration: none;
}

.menu a:hover {
  color: #888;
}

.mainarea {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #CC9;
}

.mainarea-centerbg {
  background-color: white;
  position: relative;
  left: 200px;
  width: 200%;
  float: left;
}

.column {
  float: left;
  position: relative;
  overflow: hidden;
}

.colleft {
  width: 200px;
  left: -200px;
}

.colmiddle {
  left: -200px;
  width: 50%;
}

.colmiddle-inner {
  position: relative;
  left: -200px;
  margin-left: 215px;
  margin-right: 15px;
}
