div#nav2 {
  border-right: 1px solid black;
  padding-top: 25px;
}

div#nav2 ul {
    margin: 0; /* To remove default bottom margin */
    padding-left: 15px; /* To remove default left padding */
    padding-bottom: 15px;
}

div#nav2 h4 {
  margin: 0px;
}

div#header {
  border-bottom: 1px solid black;
}

div#footer {
  border-top: 1px solid black;
  text-align: right;
}

@media all and (max-width:1024px){
  table,tr, td, tbody, td p table div, table table{
      width:100%!important;
      float:left;
      clear:both;
      display:block;
      text-align:center;
  }
  table img {
      max-width:100%;
      height:auto;
  }
}
