/* CSS Document */
/* global */
html
{
  height: 100%;
}

body
{
  /*background: #ffffff url(../graphics/background.jpg) repeat;*/
  /*background-color: #9933cc;*/
  background-color: #000000;
  font-weight: normal;
  font-size: 12px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

#main
{
  background-color: #FFFE9A;
  border: solid 1px #ffffff;
	left:0px; 
	margin-left:auto; 
	margin-right:auto;
	padding-bottom: 5px;
	position:relative; 
	text-align:left; 
	top:0px; 
  width: 790px;
}

#content
{ 
  background-color: #FFFE9A;
  /*border: solid 1px #000000;*/
  float: left;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  width: 780px;
}

/* navigation menu */
#menu
{ 
  background-color: #883D82;
  /*background: #653600 url(../graphics/gradient.jpg) repeat-x;*/
  border: solid 1px #FFFE9A;
  height: 29px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  position: relative;
  width: 780px;
}

/*#menu ul, */
#menu tr
{
  list-style-position: inside;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 0px;
} 

/*#menu li
{ 
  float: left; 
  height: 24px;
  list-style-type: none;
  margin: 0px 5px 0px 5px;
  padding: 0px;
}*/ 

/*#menu li a, */
#menu td a
{ 
  background: transparent; /* set to stop padding moving menu down in NN*/
  color: #FFFE9A;
  display: block; 
  float: left; 
  /*font-size: 14px;*/
  font-family: arial;
  font-weight: bold;
  height: 21px;
  padding: 0px 10px 0px 10px;
  text-align: center;
  text-decoration: none; 
}

#menu li a#selected, #menu td a#selected
{
  background-color: #000000;
  color: #ffffff;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover, #menu td a:hover
{ 
  background-color: #000000;
  color: #ffffff;
} 

/* logo */
#logo
{ 
  background: #883D82 url(../graphics/logoback4.jpg) no-repeat;
  /*background-color: #ffffff;*/
  /*border: solid 1px #000000;*/
  width: 780px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  height: 118px;
  position: relative;
  text-align: center;
}

#footer
{
  background-color: #883D82;
  /*background: #653600 url(../graphics/gradient2.jpg) repeat-x;*/
  /*border: solid 1px #000000;*/
  color: #FFFE9A;
  font-family: arial;
  font-weight: bold;
  font-size: 12px;
  height: 24px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  position: relative;
  text-align: center;
  width: 780px;
}

img
{
  border: 0px;
}

p
{
  text-align: left;
}

textarea
{
  font-family: arial;
  font-size: 12px;
}

.buffettable
{
  background-color: #883D82;
  border: ridge 5px #883D82;
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  color: #883D82;
}

.buffettable td
{
  background-color: #ffffff;
  border: 1px solid #883D82;
  text-align: center;
  vertical-align: top;
}

#footer a, #footer a.visited
{
  background-color: #883D82;
  color: #ffffff;
}

.contactus
{
  font-family: arial;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
}

.staff
{
  border: solid 3px #883D82;
  font-family: arial;
  color: #883D82;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.staffphoto
{
  border: solid 2px #883D82;
  font-family: arial;
  color: #883D82;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}


.day
{
  font-family: arial;
  color: #883D82;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

