#legals {
  padding-left: 5px;
}

#legal {
  background-color: #667061;
  color: white;
}

#legal_left {
    width: 230px; 
    background-color: #98A093;
    height: 500px;
    float: left;
    color: white;
}

#legal_left a {
  color: white;
  text-decoration: none;
}

#legal_left a:hover {
  text-decoration: underline;
}

#legal_left ul {
	list-style-type: none;
	margin: 10px;
	padding: 10px;
}

#legal_left li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#legal_content {
    width: 460px;
 /*   height: 500px; */
    margin-left: 235px;
    padding-left: 8px;
}
