/* 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: #DEB887;
  }
  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;
  }



  .Ribs{ 
  border: 3px solid darkred;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
  height: 150px;
  float: right;


  }

  .lamb{ 
  border: 3px solid darkred;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
  height: 150px;

   }

   .SteakandShrimp{ 
  border: 3px solid darkred;
  border-radius: 4px;
  padding: 5px;
  width: 200px;
  height: 150px;
  position: relative;
  right: -365px;
  top: 20px;

   }

   .GrilledChicken{ 
  border: 3px solid darkred;
  border-radius: 4px;
  padding: 5px;
  width: 200px;
  height: 150px;
  position: relative;
  right: -365px;
  top: 20px;

   }

  h3{
    text-indent: 365px;

  }

  h4{
    
  }

  div h3 {
    /*transform: rotate(5deg)*/;
    position: relative; 
    top: 20px;
    padding-top:  20px;
    font-size: 20px;
  }

  div h4 {
    /*transform: rotate(5deg);*/
    position: relative; 
    top: 40px;
    text-indent: 365px;
    font-size: 20px;
  }

  p {font-style: italic;}

  header nav {
 text-indent: 150px;

  position: relative; 
  top: -100px;
  display: inline;
  
  /*left: 150px;*/

  /*margin-right: 5px;*/
}

header nav li {

  display: inline;
  font-size: 16px;
  font-color: black;
}

div title {

  font-size: 20px;
}

a {
  color: black;
  padding: 20px 20px;
}






/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
    }

    .container {
      width: 989px;
      margin: 0 auto;
    }

    .footer {
      text-align: center;
      position: relative; 
  top: 30px;
    }