/* 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 {
  }
  body {
    background: #efefef;
    margin: 0 auto;
    Font-family: Arial; 
    line-height: 1;
  }
  
  .nav_bar {
    background: #cccccc;
    border: 1px solid #000000;
    width: 860px
    margin: auto;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
  }
  .nav_bar a {
    color: #000000;
    text-decoration-style: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav_bar a:hover {
    color: #000000;
    text-decoration: underline;

  }
  
  .wrapper {
    margin: 0 auto;
    width: 1000px;
  }
  .videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0px;
  }
  .videowrapper iframe {
    position: absolute;
    left:0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
  }
/*=========================================
    Main Styles
    =========================================*/


    .footer {
      text-align: center;
    }