@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-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 */
	color: #000000;
	background-image: url(../images/parchment2.jpg);
}
.twoColFixLtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F2E1C5; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #27374E;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 220px;
	border-bottom-style: solid;
	border-bottom-color: #595370;
	border-bottom-width: 2px;
} 
.twoColFixLtHdr #container #header img {
	float: left;
}
.twoColFixLtHdr #container #header #FlashID {
	float: right;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #F2E1C5;
}
.twoColFixLtHdr #container #sidebar1 p img {
	margin-left: 10px;
}
.twoColFixLtHdr #container #mainContentAdmin {
	margin-left: 20px;
	font-size: .8em;
}
.twoColFixLtHdr #container #mainContentAdmin #form1 table {
	font-size: .8em;
}
.twoColFixLtHdr #container #mainContentAdmin #delete_form_block {
	border: thin solid #333;
	width: 80%;
}


.twoColFixLtHdr #mainContent {
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #F2E1C5;
} 
.twoColFixLtHdr #container #mainContent .green {
	font-weight: bold;
	color: #060;
}

.twoColFixLtHdr #container #mainContent ul {
	margin-top: 1px;
	margin-bottom: 1px;
}
.twoColFixLtHdr #container #mainContent ul li {
	list-style-type: square;
	margin-left: 10px;
	list-style-position: inside;
}

h1.t_hours span {
	position: absolute;
	width: 100%;
	height: 27px;
	background-image: url(../images/titles/hours.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	}

h1.t_events span {
	position: absolute;
	width: 100%;
	height: 27px;
	background-image: url(../images/titles/events.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	}
h1.t_about span {
	position: absolute;
	width: 100%;
	height: 27px;
	background-image: url(../images/titles/about.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	}
h1.t_antique span {
	position: absolute;
	width: 100%;
	height: 27px;
	background-image: url(../images/titles/antique.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	}
	
h1.t_taste span {
	position: absolute;
	width: 100%;
	height: 30px;
	background-image: url(../images/titles/taste.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	}
h1.t_dining span {
	width: 100%;
	height: 30px;
	background-image: url(../images/titles/dining.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	}
h1.t_free span {
	width: 100%;
	height: 30px;
	background-image: url(../images/titles/free.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	}
h1.t_contact span {
	position: absolute;
	width: 100%;
	height: 27px;
	background-image: url(../images/titles/contact.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	}
	h1.t_directions span {
	position: absolute;
	width: 100%;
	height: 27px;
	background-image: url(../images/titles/directions.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 1.1em;
	margin-top: 0px;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 1em;
}

.twoColFixLtHdr #container #mainContent p {
	margin-bottom: 3px;
	margin-top: 3px;
}
.twoColFixLtHdr #container #mainContent .right_img {
	float: right;
	margin-left: 5px;
}

.twoColFixLtHdr #container #mainContent .left_img {
	float: left;
	margin-right: 20px;
}
.twoColFixLtHdr #container #mainContent #home_img {
	height: 298px;
	float: right;
	border: 1px solid #333;
	width: 301px;
	margin-left: 5px;
}
.twoColFixLtHdr #container #mainContent #home_img img {
	border: 1px solid #333;
	margin-bottom: 5px;
}


hr {
	color: #595370;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#6F70A9;
	font-size: 0.8em;
	text-align: center;
	color: #FFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .8em;
}
.twoColFixLtHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.red {
	font-weight: bold;
	color: #F00;
	display: inline;
}
