/* 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;
  }
  ol, ul {
    list-style-type: none;
     list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #111;

  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

/*=========================================
    Main Styles
    =========================================*/
    body {

      background:url(../img/background.jpg);
      font-family: timesnewroman;
    }

    .container {
      width: 989px;
      margin: 0 auto;
    }

    .header {
      text-align: center;
    }

    .footer {
      vertical-align: top;
    }

    .img1 {
      float: right;

    }

    .img2 {
      margin-top: 30px;
      margin-bottom:30px;
      margin-left:200px;
      margin-right:100px;
      width: 500px;
      
      }

    .img3 {
      float: left;

    }

    .page2img {
      margin-top: 100px;
      margin-bottom:30px;
      margin-left:425px;
      margin-right:100px;
      width: 150px;

    }

    .page3img {
      margin-top: 100px;
      margin-bottom:30px;
      margin-left:250px;
      margin-right:100px;
      width: 150px;

    }

    .page4img {
      margin-top: 100px;
      margin-bottom:30px;
      margin-left:250px;
      margin-right:100px;
      width: 150px;

    }

    .boxed {
      border: 1px  solid white;
      padding-top: 20px;

    }

    .boxed1 {

      border: 1px  solid white;
      padding-top: 20px;



    

    

    