@charset "UTF-8";
/* CSS Document */

body {
	font: 85% Georgia, "Times New Roman", Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-decoration:none;
	color:rgb(60,43,37);
}

a img{border:none;}
.oneColFixCtr #container {
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColFixCtr #mainContent {
	padding: 0; 
}

/* main image with border */
.mainImage img{border:1px solid rgb(60,43,37);padding:10px;}
/* main image with border on Directions page */


/* menus made of images */
.oneColFixCtr #menu img{margin:0 18px 0 18px;}
.oneColFixCtr #menu{width:100%;height:50px}
#menu a:link, a:visited, a:hover, a:active{
	font-weight:normal;
	text-decoration:none;
	color:rgb(60,43,37);
}
#menu li a:link, a:visited, a:hover, a:active{
	font-weight:normal;
	text-decoration:none;
	color:rgb(60,43,37);
}
#menu li
{
display: inline;
padding:0 50px 0 0;
}

/* reservation page */
.oneColFixCtr #email {position:relative;top:-112px;left:282px;width:160px;height:22px;}

.oneColFixCtr #text {width:100%;height:80px;margin:0;padding:0;}
#text a:link, a:visited, a:hover, a:active {
	font-weight:bold;
	text-decoration:none;
	color:rgb(60,43,37);
}
.contentSearch{position:absolute;top:0;margin:-9999px;width:600px;}

/* links page */
.oneColFixCtr #linkstext{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	font-weight:normal;
}
#linkstext a:link, a:visited, a:active {
	text-decoration: none;
	color: #333333;
	font-weight:normal;
}
#linkstext a:hover {
	text-decoration: underline;
	color: #333333;
	font-weight:normal;
}