div#leftcol div.block, div#rightcol div.block {
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  padding: 0.5em;
}

div#leftcol div.block div, div#rightcol div.block div {
  border: none;
  background-color: none;
  padding: 0;
  margin-left: 2%;
  margin-bottom: 1em;
}

div#leftcol div.block h1, div#rightcol div.block h1 {
  font-size: 120%;
  border: none;
}

div#leftcol div.block h2, div#rightcol div.block h2 {
  font-size: 110%;
  margin-bottom: 0.3em;
  border: none;
}

div#leftcol div.block ul, div#rightcol div.block ul {
  padding: 0px;
  list-style-type: square;
  list-style-position: inside;
  margin-left: 0.5em;
}

div#contactinfo {
  border: 1px solid #aaaaaa;
  background-color: #b6eb78;
  padding: 0.5em;
  margin-bottom: 1em;
  float: right;
}

div#logo {
  float: right;
}

div.art-content {
  background-color: #ffffff;
}

div#content div.sidebar-outer div.sidebar-bottom-edge {
  background-color: #ffffff;
}
