#head {
    background-color: #05236e;
    color: #e6d9be;
    height: 175px;
    text-align: center;
    border-bottom: 10px double rgb(0, 0, 0);
    border-top: 40px double rgb(0, 0, 0);
    position:relative
    }
    #image3 {
      position:absolute;
      top: -10px;
      right: 1225px;
    }
    #left {
    float: left;
    width: 20%; }
    #center { 
    float: left;
    width: 50%;
    border-left: 3px double gray;
    padding-left: 25px;
     }
     #left1a {
      background-color: #05236e;
      position:relative
     }
     #image1a {
      position:absolute;
      right: 325px;
      background-color: #05236e;
     }
     #left2a {
      background-color: #05236e;
      position:relative
     }
     #image2a {
      position:absolute;
      right: 325px;
     }
     #right { 
      float: right;
      width: 20%;
      padding-right: 5px;
      text-align: center;
     }
     #image2 {
      border-radius: 10px;
     } 
     #live {
      color: red
     }
   #footer {
    clear: both;
    text-align: center;
    border-top: 3px double gray;
    }