
#header{
    height: 120px;
    background-color: #e1e1ec;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
}
#header h2{
  margin: 30px;
}
#header h3{
  margin: 5px;
}


#leftnav{
    width: 150px;
    min-height: 350px;
    background-color: #e1e1ec;
    float: left;
    margin-right: 10px;
    padding: 10px;
}
#leftnav ul{
  padding: 10px;
  padding-bottom: 15px;
}

#body{  
    background-image: url("imgs/bckgrnd.jpg");
    min-height: 350px;
    float: left;
    width:calc(100% - 380px);
    margin-bottom: 20px;
    padding: 10px;
}
#body p{
  padding: 10px;
}
#body ol{
  padding: 10px;
}

#rightnav{
    width: 150px;
    min-height: 350px;
    background-color:#e1e1ec;
    float: right;
    padding: 10px;
}

#footer{
    clear: both;
    background-color: #e1e1ec;
    margin-top: 10px;
    padding-left: 10px;
}
#footer h2{
  text-align: center;
  clear: both;
  padding: 0;
}
.lfty{
  text-align: left;
  width: 300px;
  float: left;
}
.rty{
  text-align: right;
  width: 300px;
  float: right;
}
