body 
{ 
  background-image: url('../img/bgcolor.png');
  font-size: 18px;
  color: #d7e4c2;
  font-family: majesti;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin: 0px;
}

header
{
  min-width: 1920px;
}

h1
{
	width: 600px;
	background: grey;
	border: 1px solid white;
	margin: 0px auto;
	text-align: center;
	color: #d7e4c2;
}

h2
{
	background: grey;
	border: 1px solid white;
	margin: 0px auto;
	text-align: center;
	color: #d7e4c2;
}
.content
{
  width: 800px;
}

.social 
{
  display: block; 
  margin-left: auto; 
  margin-right: auto;  
  width: 65px; 
  height: 65px;
}

.foundation 
{
  width: 1080px; 
  border-spacing: 1px; 
  border-color: black; 
  border: 0px solid black;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
}

td
{ 
  border: 0px solid #8a8c8f; 
  padding-top: 15px; 
  vertical-align: top; 
  padding: 5px;
}

.sidebar 
{
  min-width: 220px
}

/* BEGIN: navi bar hover highlight and drop down menu */

.button:hover
{
  width: 140px; 
  height: 40px; 
  background-color: #FFFFFF; 
  position: relative; 
  box-shadow: 0px 0px 1px 1px #FFFFFF;
}

#menus:hover .dropdown-menus
{
  display: block;
}

#menus
{
  position: relative;
  display: inline-block;
}

#reserve:hover .dropdown-menus
{
  display: block;
}

#reserve
{
  position: relative;
  display: inline-block;
}

#cater:hover .dropdown-menus
{
  display: block;
}

#cater
{
  position: relative;
  display: inline-block;
}

.dropdown-menus 
{
  display: none;
  position: absolute; 
  background-color: #41393d;
  min-width: 106px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 4px 16px;
  z-index: 1;
  color: #d4a18d;
  border: 1px solid #ffffff;
  font-family: arial;
  font-size: 16px;
}

/* END: navi bar hover highlight and drop down menu */


.socialsidebar
{
  border: 10px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
}

.navbar
{
  line-height: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  font-size: 0px;
}

[rel='top_pic'] 
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.layout
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
}

.maincontent
{
	margin: 0px auto;
}


.contentImg
{
  display: block;
  margin: 0px auto;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.welcome
{
  display: block;
  margin: 0px auto;
  width: 40%;
  height: 40%;
}

.welcomeImg
{
  margin: 0px auto;
  width: 40%;
  height: 40%;
}

.deals
{
  display: block;
  margin: 0px auto;
  text-align: center;
}

footer
{
  color: silver;
  text-align: left;
  padding-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: sans-serif;
  font-size: 14px;
  background-color: black;
  margin: 0px;
  min-height: 300px;
}

.footerTable
{
  min-width: 1200px;
}

.headerD1
{
  background-image: url('../img/bgcolor.png');
  background-color: #8a8c8f;
  min-width: 1200px;
}

.headerD2
{
  background-image: url("../img/header-background.png");
  background-attachment: fixed;
  background-color: #8a8c8f;
  min-width: 1200px;
}

.footer
{
  background-color: black;
}

.footerTable
{
  margin-left: auto;
  margin-right: auto;
}


/* links */
a
{
  color: #d4a18d;
  text-decoration: none;
}

/* unvisited link */
a:link {
    color: #d4a18d;
}

/* visited link */
a:visited {
    color: #d4a18d;
}

/* mouse over link */
a:hover {
    color: #ffffff;
	font-weight: bold;
}

/* selected link */
a:active {
    color: #ffffff;
}

.contentdiv
{
  margin: 0 auto;
  width: 600px;
  text-align: center;
}

