body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  min-width: 525px;
}

header {
  float: left;
  width: 96%;
  background-color: #522D80;
  padding: 20px;
}

footer {
  position: relative;
  float: left;
  width: 96%;
  height: 100%;
  background-color: #522D80;
  color: white;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  padding: 20px;     
  border-top: 5px solid #F56600;
}

#wrapper {
  float: left;
  padding-left: 200px;
  padding-right: 125px;
  overflow: hidden;
}

#left_side {
  position: relative;
  float: left;
  width: 200px;
  background-color: #F56600;
  right: 200px;
  margin-left: -100%;
  margin-bottom: -2000px;
  padding-bottom: 1000px;

}

#right_side {
  position: relative;
  float: left;
  width: 130px;
  background-color: #F56600;
  height: 100%;
  margin-right: -150px;
  margin-bottom: -2000px;
  padding-bottom: 1000px;

}

#content_area {
  position: relative;
  float: left;
  background-color: #ffffff;
  margin-left: 0px;
  width: 100%;
  margin-bottom: -2000px;
  padding-bottom: 2000px;

}

h1 {
  margin: 0;
}

#left_side ul {
  list-style: none;
  margin: 12px 0px 0px 12px;
  padding: 0px;
}

#left_side li a:link, #nav li a:visited {
  font-size: 12pt;
  font-weight: bold;
  padding: 3px 0px 3px 3px;
  color: #000000;
  text-decoration: none;
  display: block;
}

#left_side li a:hover, #nav li a:active {
  font-size: 12pt; 
  font-weight: bold;
  padding: 3px 0px 3px 3px;
  color: #ffffff;
  text-decoration: none;
  display: block;
}