div#header
{
     /*background: white url("/img/bg_top.png") repeat-x fixed top;*/
     background: lightskyblue;
     -moz-box-shadow: 0 0 10px #72B0EB;
     -webkit-box-shadow: 0 0 10px #72B0EB;
     box-shadow: 0px 0px 10px #72B0EB;
     /*margin-bottom: 10px;*/
     height: 80px;
     width: 100%;
     color: #aaa;
     border-bottom: #398AD7 2px solid;
     
}

body{
    background: white;
}

/* The sidebar menu */
.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 160px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 96px; /* Stay at the top */
  left: 8px;
  background-color: lightskyblue; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
  -moz-box-shadow: 0 10px 10px #72B0EB;
  -webkit-box-shadow: 0 0 10px #72B0EB;
  box-shadow: 0px 10px 10px #72B0EB;
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

div#mainContainer
{
     background: blue;
     /*margin-bottom: 10px;*/
     position: fixed;
     top:100px;
     margin-left: 162px;
     height: 100%;
     width: 100%;
     color: ivory;
     bottom: 5px;
     padding: 20px;
     border-right: 250px;
}


div#footer
{
     background: lightskyblue;
     -moz-box-shadow: 0 0 10px #72B0EB;
     -webkit-box-shadow: 0 0 10px #72B0EB;
     box-shadow: 0px 0px 10px #72B0EB;
     /*margin-bottom: 10px;*/
     height: 20px;
     width: 100%;
     color: #aaa;
     bottom: 5px;
     /*border-bottom: #398AD7 2px solid;*/
     
}