@charset "utf-8";
/* CSS Document */

body {
  background: #2F2324;
  color: #FFF;
  font: 13px "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
img {
  behavior: url(iepngfix.htc);
  border: none;
}
a {
  color: #ED1C24;
  text-decoration: none;
}
a:hover {
  color: #FFF;
  text-decoration: none;
}
.yellow {
  color: #F08C0B;
  text-decoration: none;
}
#wrapper {
  margin: 15px auto 0px auto;
  width: 950px;
}


/* LEFT */
#left {
  border-left: 1px dotted #4C4434;
  border-right: 1px dotted #4C4434;
  * border-left: 1px solid #4C4434;
  * border-right: 1px solid #4C4434;
  width: 200px;
  float: left;
}
#left .logo {
  border-bottom: 1px dotted #4C4434;
  * border-bottom: 1px solid #4C4434;
  padding: 0 0 6px 0;
}
#left .menu {
  font-size: 21px;
  padding: 15px 15px 15px 0px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: right;
  /* height: 240px; */
  /* * height: 233x; */ /* Keep this at 7px less than the previous entry */
}
#left .menu ul {
  list-style: none;
  padding: 0 0 0 15px;
}
#left .menu li {
  padding: 0;
}
#left .menu ul.inner {
  font-size: 14px;
}
#left .smalltitle {
  color: #ED1C24;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#left .hours, #left .address {
  font-size: 12px;
  border-top: 1px dotted #4C4434;
  * border-top: 1px solid #4C4434;
  padding: 15px 15px 15px 0px;
  text-align: right;
}


/* CENTER */
#center {
  width: 534px;
  background: #FFF;
  margin: 0px 6px 0px 6px;
  height: 648px;
  float: left;
}
#center .picture {
  margin: 10px 5px 0px 5px;
  padding: 5px 0 0 0;
  border-top: 1px dotted #2f2324;
  border-bottom: 1px dotted #2f2324;
  * border-top: 0px solid #2f2324;
  * border-bottom: 1px solid #2f2324;
  height: 145px;
}
#center .main {
  width: 514px;
  padding: 0px 10px 0px 10px;
  margin: 10px 0px 10px 0px;
}
#center .left {
  border-right: 1px dotted #2f2324;
  * border-right: 1px solid #2f2324;
  padding: 0px 10px 0px 10px;
  margin: 10px 0px 10px 0px;
  width: 232px;
  float: left;
}
#center .left_food {
  border-right: 1px dotted #2f2324;
  * border-right: 1px solid #2f2324;
  padding: 0px 10px 0px 10px;
  margin: 10px 0px 10px 0px;
  width: 246px;
  float: left;
}
#center .right_food {
  padding: 0px 10px 0px 10px;
  margin: 10px 0px 10px 0px;
  width: 246px;
  float: right;
}
#center .right {
  padding: 0px 10px 0px 10px;
  margin: 10px 0px 10px 0px;
  width: 261px;
  float: right;
}


/* RIGHT */
#right {
  border-right: 1px dotted #4C4434;
  border-left: 1px dotted #4C4434;
  * border-right: 1px solid #4C4434;
  * border-left: 1px solid #4C4434;
  width: 200px;
  height: 648px;
  * height: 593px;
  float: right;
}
#right .header {
  padding: 0 0 15px 0;
}
#specials {
  padding: 10px 10px 0 10px;
}

#specials .title {
  font-size: 17px;
}

#specials .price {
  font-size: 17px;
  font-style: italic;
  text-align: right;
  float: right;
}

#specials .content {
  clear: left;
  font-size: 10px;
  margin-bottom: 15px;
}

#specials .content ul {
  list-style: none;
  margin-top: 5px;
  padding: 0 0 0 20px;
}
.contenttitle {
  font-size: 19px;
  color: #333;
}
.contentbody {
  color: #333;
 
}

#food_menu {
	font-size:14px;
    color: #333;
}
#food_menu .item {
	font-weight: bold;
}
#food_menu .desc {
	font-size:11px;
	font-style:oblique;
}
#food_menu .price {
	font-weight: bold;
	font-style:oblique;
}

#inside a {
	font-size: 16px;
	font-weight: bold;
}
#inside a:hover {
  color: #ED1C24;
  text-decoration: underline;
}

#inside .menu ul {
  list-style: none;
  padding: 0 0 0 15px;
}
#inside .menu li {
  padding: 0;
}