html { 
  background-color: #e5e7ec;
}
div#wrapper { 
  background-color: #d3d3d3;
 }
div#outer {
  margin: 0 20% 0 4%; /* The second number there is giving us the width of the side bars or columns. However, changes must also be made in layout_part2. */
  border:none;
  border-width:0 1px;
}
div#top-bar {
  width: 100%;
  border: none;
  background-color: #6f9cd3;
  height: 181px;   /* Gives height to background behind second level of menu - increase this to keep it visible when increasing page top picture height */
}

div#inner {
  float:left;
  width:99%;
}
div#content {
  float:right;
  width:99%;
  background:  url("../images/content_colored_roundedcorner_topright.gif") top right no-repeat;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

