body        {
        color: #000000;
/*        font-family: Arial, sans-serif, helvetica;*/
        font-family: "Times New Roman", Times, serif;
        background-position: center 0px;
        text-align: center;
        height: 100%;
        padding: 0;
        border-width: 0;
        background-image: url(../img/blur.jpg);
        background-color: #000000;
        margin: 50px 0px 0px 0px;
        background-repeat: no-repeat;
}

p {
        color: #000000;
        font-size: 13px;
        font-family: "Times New Roman", Times, serif;
        line-height: 21px;
        padding: 0;
        margin: 22px 20px 10px;
}

a {
  color: #a73e05;
  text-decoration: none;
  border-bottom: 1px dotted #a73e05;
}

a:hover {
  text-decoration: underline;
  border-bottom: 0px;

}

h2 a {
  text-decoration: none;
  border-bottom: 0px;
  color: #000;
}

h2 a:hover {
  color: #a73e05;
}

div.container              {
        background-repeat: no-repeat;
        background-position: center 100%;
        text-align: left;
        margin: 0 auto;
        padding: 0;
        width: 857px;
        height: 580px;
        overflow: hidden;
        border-width: 0;
}

div.main_info {
  height: 60px;
  margin: 0px auto 15px auto;
  width: 857px;
}

div.main_info h1 {
  margin: 5px 0px;
  padding: 0px;
  text-align: center;
  color: #fff9e1;
  letter-spacing: 9px;
  font-size: 24px;
}

div.main_info ul {
  margin: auto;
  padding: 0px;
  color: #fff9e1;
  list-style: none;
  padding-left: 40px;
  }

div.main_info ul li {
  float: left;
  list-style: none;
  margin: 0px 0px;
  width: 270px;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  background-color: #000;
  }


#restaurant_group {
   margin: 0px 0px 0px 190px;
   padding: 15px 0px;
   width: 650px;
}

div.restaurant_wrap {
   border: 1px solid #ebc5d9;
   background-color: #000;
   padding: 5px;
}


div.restaurant_preview {
  border: 1px solid #ebc5d9;
  background-color: #EAD797;
  height: 100%;
  height: 550px;
  margin: 10px
  text-align: center;
  overflow: hidden;
}

div.restaurant_preview img {
  float: left;
  margin-right: 10px;
  border: 0px;
}

div.restaurant_preview h2 {
  margin: 10px;
  text-align: center;
}

#group_nav {
  float: left;
  list-style: none;
  width: 200px;
  margin: 0px;
  padding: 0px;
  }

#group_nav li {
  float: left;
  margin: 15px 0px 45px 0px;
  list-style: none
  }
#group_nav a {
  padding: 5px;
  display: block;
  border: 1px solid #ccc;
  }

#group_nav a.activeSlide { background: #ffff45 }
#group_nav a:focus { outline: none; }
#group_nav img { border: none; display: block }


div.restaurant_info {
  height: 500px;
}

div.pause_message {
  background: transparent url(../img/pause_button.gif) no-repeat top left;
  padding: 6px 40px 30px;
  margin-left: 410px;
  font-style: italic;
}

