#aside {
  margin: 0 3% -30px 3%;
  padding: 20px 0;
  display: inline;
  color: #4e6e9c;
  width: 26%;
  float: right;
  position: relative;
}
#aside h3 {
  margin: 0;
}
html, body {
  height: 100%;
}
#container {
  margin: 0 auto 30px;
  background: #ffffff none repeat scroll 0%;
  width: 100%;
  min-height: 100%;
  position: relative;
}
#content {
  margin: 0 0 0 3%;
  padding: 15px 0;
  overflow: auto;
  display: inline;
  color: #4e6e9c;
  width: 60%;
  float: left;
  clear: left;
  min-height: 100%;
}
#content h2 {
  margin: 0;
}
#content-container {
  background-image: url(waves.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
#clearfooter {
  height: 30px;
  clear: both;
}
#footer {
  padding: 20px;
  background: #0059b6 none repeat scroll 0%;
  height: 30px;
  position: relative;
  text-align: right;
  clear: left;
}
#header {
  padding: 20px;
  background: #0059b6 none repeat scroll 0%;
  color: silver;
}
#header h1 {
  margin: 0;
}
#navigation {
  background: #0091b6 none repeat scroll 0% 50%;
  width: 100%;
  float: left;
}
#navigation li a {
  border-right: 1px solid #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  color: #ffffff;
  float: left;
  display: block;
}
#navigation li a:hover {
  background: #330033 none repeat scroll 0% 50%;
}
#navigation ul {
  margin: 0;
  padding: 0;
}
#navigation ul li {
  display: block;
  list-style-type: none;
}
