/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;

  }
  body {
    line-height: 1;
    background-color: lightblue;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
 table, td, th {    
    border: 1px solid black;
    text-align: left;
}

  table {
    border-collapse: collapse;
    width: 55%;
}
  td {
    height: 30px;
    vertical-align: center;
  }
  th, td {
    padding: 3px;
}

/*=========================================
    Main Styles
    =========================================*/
    h1 {
      font-family: helvetica;
      font-size: xx-large;
      color: #EBF2FA;
    }

    h2 {
      font-family:helvetica;
      font-size: large;
      color: #cccccc;
    }

    h3 {
      font-family: arialbold;
      font-size: large;
      color: black;
    }
    h4 {
      font-family: verdana;
      font-size: 15px;
      color: #a3a3c2;
    }

    body {
      font-family: arial;
      font-size: 10px;
      color: #cccccc;
    }
    
    div.gallery {
      margin: 5px;
      border: 1px solid #ccc;
      float: left;
      width: 180px;
    }

    div.gallery:hover {
      border: 1px solid #777;
    }

    .gallery img {
      width: 100%;
      height: auto;
    }

    div.desc {
      padding: 15px;
    text-color: darkblue;
      text-align: center;
    }
    .container {
      width: 989px;
      margin: 0 auto;
      border: 10px;
      padding: 15px;
      background: #427AA1;
      background-clip: border-box;
    }

    .footer {
      text-align: center;
    }

    .fixed {
      position: fixed;
      bottom: 0;
      right: 0;
    }

    .floated-image {
        float: left;
    }

    