body {
  margin: 0; padding: 0;
  font: 12px georgia, sans-serif;
  line-height: 16px;
  color: #4e4435;
  background: #fff url(images/dia.gif) repeat;
}

p { margin: 10px 0; padding: 0.2em 0; }

h1 {
  font-size: 125%; font-weight: bold; color: #4e4435;
  margin: 0.5em 0; padding: 0;
}

h2 {
  font-size: 90%; font-weight: bold; color: #4e4435;
  margin: 2em 0 0.3em 0; padding: 0;
}

h3 {
  font-size: 125%; font-weight: bold; color: #4e4435;
  margin: 0.7em 0; padding: 0; text-align: center;
}

h4 {
  font-size: 115%; font-weight: bold; color: #4e4435;
  margin: 0.5em 0; padding: 0; text-align: center;
}

a { text-decoration: none; }

a:link    { color: #8e8b03; }
a:active  { color: #8e8b03; }
a:visited { color: #8e8b03; }
a:hover   { color: #ad650d; text-decoration: underline; }
		
#container {
  margin: 0 auto; width: 750px; padding: 0;
  background-color: #F8F1E9;
}
	
#hdr {
  border: 0; padding: 0;
  height: 110px;
  background-color: #F8F1E9;
}

#logo { margin: 5px auto; padding-top: 5px; text-align: center; }

#nav {
  position: relative;
  height: 150px;
  padding: 0;
  background-color: #ad650d;
}

#navlist {
  position: absolute;
  top: 0; left: 95px; /* 95 with picnic, 145 without! */
  height: 150px;
  margin: 0; padding: 0;
  display: inline;
  overflow: hidden;
  list-style: none;
}

#navlist li {
  margin: 0 0 0 1px;
  padding: 0;
  display: inline;
  list-style-type: none;
  
}

#navlist a {
  float: left; width: 112px; margin: 0 0 0 1px;
  height: 0px !important;
  height /**/:150px;
  padding: 150px 0 0 0;
  overflow: hidden;
  display: block;
}

#navlist a:hover, #navlist a#active:hover { background-position: 0 -150px; }

#home     a { width: 111px; background: url(images/nav/home.gif)     top left no-repeat; }
#about    a { width: 111px; background: url(images/nav/about.gif)    top left no-repeat; }
#menus    a { width: 111px; background: url(images/nav/menus.gif)    top left no-repeat; }
#info     a { width: 111px; background: url(images/nav/info.gif)     top left no-repeat; }
#special  a { width: 111px; background: url(images/nav/special.gif)  top left no-repeat; }
#picnic   a { width: 111px; background: url(images/nav/picnic.gif)   top left no-repeat; }
#specials a { width: 111px; background: url(images/nav/specials.gif) top left no-repeat; }

#content {
  font-size: 100%;
  margin-top: 1px; padding: 25px 35px 0 35px;
  text-align: left;
  background-color: #F8F1E9;
}

#men { float: right; }

#box { width: 240px; margin: 15px auto 0 auto; font-size: 10px; padding: 7px; border: 2px solid #ad650d; }

#ftr {
  clear: both;
  margin: 25px 0 0 0; padding: 3px 0 5px 15px;
  color: #fff; background-color: #ad650d;
  text-align: left; line-height: 12px;
  font: 12px verdana, sans-serif;
}

#ftr a       { color: #fff; }
#ftr a:hover { text-decoration: underline; color: #000; }

hr.brown { color: #ad650d; background-color: #ad650d; height: 1px; }
hr.green { color: #8e8b03; background-color: #8e8b03; height: 5px; }

.oth { height: 35px; color: #fff; background-color: #ad650d; }
.und { border-bottom: 1px solid; }
.fp { font: 10px ariel, sans-serif; text-align: justify; margin-right: 10px; }
.sm { font-size: 10px; }

.fr { float: right; margin-right: 30px; border: 1px solid #ad650d; padding: 1px; }
.r { float: right; margin-left: 15px; margin-bottom: 15px; border: 1px solid #ad650d; padding: 1px; }
.btfont { font-family: "Century Gothic", verdana, sans-serif; }
.faqent { font-size: 90%; margin-left: 25px; margin-right: 25px; }
.spacer { clear: both; }
.attn { color: #900; }
.addr { margin-left: 65px; } .addr a { font-weight: bold; }
.spcl { border: 1px solid #ad650d; }
.bigger { font-size: 110%; }
.wi { font-style: italic; }
.mi { text-transform: uppercase; }
.pri { margin-left: 15px; font-weight: bold; }
.xmas { font-weight: bold; color: #600; }
.inf { clear: right; }

.emph { color: #ad650d; font-weight: bold; font-size: 105%; }
.hi { border: 1px solid #ad650d; width: 175px; padding: 1px 4px; }

ul.nobul { list-style-type: none; }
ul.nobul li { margin: 5px 0; }
