* {
  margin: 0; padding: 0;
}
body {
   color: #000;
   font: 80% Arial, Helvetica, sans-serif;
   background: #f1cc68 repeat-y url(images/center_bkg.gif) 50% 0%;
   text-align: center;
}
#wrapper {
   position: relative;
   width: 780px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#navbar {
  margin-top: 5px;
  width: 150px;
}
#header {
  height: 133px;
  border-bottom: 6px solid #f1cc68;
}
#header img {
  margin-left: 15px;
}
#info {
  position: absolute;
  width: 420px;
  top: 20px;
  left: 350px;
  font-weight: bold;
}
#info p {
  margin-bottom: 3px;
}
#content {
  position: absolute;
  top: 11.5em;
  left: 180px;
  width: 580px;
}
#contenterror {
  position: absolute;
  top: 11.5em;
  left: 100px;
  width: 580px;
}
#content p {
  margin-bottom: 7px;
}
.keyline {
  border: 12px solid #f1cc68;
}
.center {
  text-align: center;
}
p.footer {
  text-align: center;
  font-size: .85em;
  padding: 5px 0;
}
.imgerror {
  margin: 20px 120px 0;
}
h1 {
  font-size: 1.2em;
  margin: 0 0 .5em 0;
}
ul {
  margin: 10px 20px 10px;
  list-style: none;
}
ul li {
  padding: 2px 0 2px 15px;
  background: #fff url(images/bullet.gif) no-repeat 0% 50%;
}
/*for prices on menus*/
span.leftmgn {
  margin-left: .7em;
}
/*for top image reviews*/
img.reviewtop {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
/* Planning and contact form stuff*/
form {
  width: 450px;
}
form div {
	margin-bottom: 8px;
}
form label {
 font-weight: bold;
 font-size: .9em;
 display: block;
 margin: 6px 0 0 0;
}
form legend {
  font-weight: bold;
}
form input, form textarea {
  background-color: #eee;
}
img {
   border-style: none;
}