/*
  light brown => #fbf2d8
  dark brown => #432d0f 
  gold => #d4991c

*/  
@font-face {
	font-family: 'GillSans';
	src: url('fonts/GillSans-UltraBold.eot');
	src: url('fonts/GillSans-UltraBold.woff') format('woff'), url('fonts/GillSans-UltraBold.ttf') format('truetype'), url('fonts/GillSans-UltraBold.svg#GillSans-UltraBold') format('svg');
}
p a{color:#d4991c;text-decoration:none;border-bottom:1px dotted #d4991c;}
a img{
  border:none;
}
h2{text-transform:uppercase;}
h3{
  font-size:16px;
  color:#432d0f;
  border-top:2px solid #d4991c;
  border-bottom:2px solid #d4991c;
  padding:10px 0 7px;
  font-weight:normal;
}
h4{
  font-size:13px;
  color:#432d0f;
  font-weight:normal;
}
h5{
  font-size:20px;
  color:#d4991c;
  font-weight:bold;
}
*{margin:0;padding:0;}
html {
	min-height: 100%;
	height: auto;
}
body{
  background:#fbf2d8;
  font-family: Arial, "MS Trebuchet", sans-serif;
  position:relative;
  padding:0;
  height:100%;
  margin:0;
  }
body.home{
  background:#fbf2d8 url("../images/bg.gif") bottom center no-repeat;
  }
  div#corner_banner{
    position:absolute;
    top:0;
    left:0;
  }                                                              
    div#wrapper{
      margin:0 auto;
      }
      div#header{
        margin:0;
        padding:0;
        }
        div#logo{
        width:100%;
        text-align:center;  
          }
          div#logo a img{
            border:none;
            }
            div#menu, div#sub_menu{
              width:960px;
              text-align:center;
              margin:20px 0;
              }
              div#sub_menu{
                font-size:5px;
              }
              div#menu ul, div#sub_menu ul{
                list-style:none;
                margin:0;
                padding:0;
                text-align:center;
                }
                div#menu ul li, div#sub_menu ul li{
                  display:inline;
                  margin:5px 10px;
                  }
                  div#menu ul li a, div#sub_menu ul li a{
                    font-size:13px;
                    color:#432d0f;
                    text-decoration:none;
                    display:inline-block;
                    text-transform:uppercase;
                    font-family:'GillSans';
                    }
                    div#menu ul li a:hover, div#menu ul li a.selected, div#sub_menu ul li a:hover, div#sub_menu ul li a.selected{
                      color:#d4991c;
                    }
                    div#sub_menu ul li a{
                      font-size:11px;
                    }
      div#content{
      
        }
        div#content h2{
          font-family:'GillSans';
          border-top:2px solid #d4991c;
          border-bottom:2px solid #d4991c;
          padding:10px 0 7px;
          font-size:20px;
          font-weight:normal;
          color:#432d0f;
        }
        div#content p{
          font-size:13px;
          line-height:18px;
          margin:20px 0;
        }
        div#content p.review{
          margin-top:5px;
          text-align:right;
          font-size:11px;
        }
        div#content p.menu{
          line-height:1.8em;
          }
          div#content p.menu-coffee{
            line-height:1em;
            }
          div#content p span{
            float:right;
            font-weight:bold;
          }
        div.menuL{
          text-align:right;
          padding-top:40px;
          }
          div.menuL a{
            padding-right:20px;
          }
      div.footer{
        margin-top:20px;
        padding:20px 0;
        font-size:12px;
        text-align:center;
        color:#432D0F;
        border-top:1px dotted #d4991c;
        }
        div.footer a{
          color:#432D0F;
          text-decoration:none;
          }
          div.footer a:hover{
            text-decoration:underline;
          }
