.clearfix {
  *display: inline-block; }
  .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

html {
  height: 100%; }

body {
  color: white;
  font-family: "lucida grande",tahoma,arial,sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
  background: url('../images/background_slammed.png') repeat-y bottom center;
  background-color: #220f03; }

.center {
  margin: 0 auto; }

.padding {
  margin-top: 10px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: #bd8a0c; }

h1 {
  font-size: 22px; }

h2 {
  font-size: 17px; }

h6 {
  font-size: 9px; }

h2 {
  padding-bottom: 10px !important; }

h4, h5 {
  float: right;
  clear: right; }

#header, #footer, #content, #nav,
#menu_nav, .special, .banner {
  margin: auto; }

#header {
  width: 800px;
  height: 208px;
  background: url('../images/header_slammed.png'); }

#footer {
  width: 800px;
  min-height: 60px;
  background: url('../images/footer_slammed.png') no-repeat; }

#content {
  padding: 5px;
  padding-top: 8px;
  text-align: center;
  height: 100%;
  background-color: #220f03;
  overflow: auto; }
  #location #content, #menu #content, #index #content {
    width: 700px; }
  #location #content {
    text-align: left; }

#map {
  width: 700px;
  height: 365px;
  padding-top: 15px; }

#nav {
  padding-top: 127px;
  font-size: 18px;
  width: 426px; }

#menu_nav {
  width: 700px;
  padding-bottom: 35px; }
  #menu_nav a {
    font-size: 12px; }

#food {
  *display: inline-block; }
  #food:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.food_items.center p {
  text-align: center; }

#app_center {
  width: 240px; }

#prince_special_center, #chicken_dinner_center {
  width: 650px;
  margin-bottom: 40px; }
  #prince_special_center h3, #prince_special_center h4, #chicken_dinner_center h3, #chicken_dinner_center h4 {
    font-size: 17px; }

#chicken_dinner_center .title {
  width: 400px;
  margin: auto; }

#prince_special_center .title {
  width: 290px;
  margin: auto; }

.food_items {
  width: 330px;
  margin-bottom: 20px;
  text-align: left;
  *display: inline-block; }
  .food_items:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .food_items li {
    *display: inline-block; }
    .food_items li:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  .food_items .sub {
    font-style: italic;
    color: white;
    margin-top: -10px;
    *display: inline-block; }
    .food_items .sub:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }

.special {
  width: 240px;
  padding-bottom: 10px; }

.banner {
  width: 470px;
  padding-bottom: 20px; }
  .banner h2 {
    margin-bottom: -8px; }
  .banner p {
    margin: 0; }

.left {
  float: left; }

.right {
  float: right; }

a {
  color: #bd8a0c; }

ul, li {
  padding: 0;
  margin: 0; }

ul {
  list-style: none outside; }

#nav, #menu_nav {
  display: block; }
  #nav li, #menu_nav li {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }
    #nav li a, #menu_nav li a {
      text-decoration: none;
      text-align: left;
      min-width: 45px;
      margin-right: -1px;
      font-family: "Papyrus"; }
      #nav li a:hover, #nav li a .selected, #nav li a:active, #menu_nav li a:hover, #menu_nav li a .selected, #menu_nav li a:active {
        color: #841719; }

#menu_nav li {
  padding: 0 7px; }

#address div, #hours div {
  font-size: 12px; }
