html { 
  background-color: #629632;
}
div#wrapper { 
  background-color: #629632;
 }
div#outer {
  margin:0 25%; /* The second number there is giving us the width of the side bars or columns */
  border:none;
  border-width:0 1px;
}
div#top-bar {
  width: 100%;
  border: none;
  background-color: #000;
  height: 175px;   /* 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%;
}
