/* CSS Document */

body {
	background-image: url(../images/background_body.jpg);
	background-position:center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container {
	margin-left: -359px;
	position: absolute;
	left: 50%;
	top: 0px;
	width: 718px;
}

/*top section */
#container #top {
	background-image:url(../images/top.jpg);
	height: 393px;
}

#container #top h1{
	font-size:0px;
	text-indent: -9999px;
	color: #473017;
}

#container #top #feedback a:link {
	font-size: 12px;
	text-transform:uppercase;
	color: #451611;
	position: absolute;
	left: 591px;
	top: 58px;
	text-decoration: none;
}

#container #top #feedback a:visited {
	font-size: 12px;
	text-transform:uppercase;
	color: #451611;
	position: absolute;
	left: 591px;
	top: 58px;
	text-decoration: none;
}

#container #top #feedback a:hover {
	font-size: 12px;
	text-transform:uppercase;
	color: #451611;
	position: absolute;
	left: 591px;
	top: 58px;
	text-decoration: underline;
}

#container #top #hours {
	font-size: 11px;
	color: #514b0f;
	position: absolute;
	left: 68px;
	top: 65px;
}

.hoursred {
	color: #792f26;
}

#container #top #location {
	text-indent: -9999px;
	height:0px;
	font-size: 0px;
	color: #473017;
}

#container #top #phone {
	text-indent: -9999px;
	font-size: 0px;
	height:0px;
	color: #473017;
}

/*middle section */
#container #middle {
	background-image:url(../images/background_middle.jpg);
	height: 308px;
}

#container #middle #aboutus {
	position: absolute;
	left: 55px;
	top: 394px;
}

	#container #middle #aboutus h2{
		font-size:0px;
		text-indent: -9999px;
		background-image:url(../images/aboutus_header.jpg);
		height:61px;
		color: #cea468;
		width:337px;
	}
	
	#container #middle #aboutus #abouttext{
	position:absolute;
	font-size:11px;
	line-height: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #393408;
	width:295px;
	left: 36px;
	top: 48px;
		}

#container #middle #specials {
	position: absolute;
	left: 416px;
	top: 394px;
}

	#container #middle #specials h2 {
		font-size:0px;
		text-indent: -9999px;
		height:61px;
		color: #e1c799;
		width: 227px;
		background-image: url(../images/specials_header.jpg);
	}
		
	#container #middle #specials #specialstext{
	position:absolute;
	font-size:11px;
	line-height: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #393408;
	width:250px;
	left: 23px;
	top: 48px;
	margin-left: -33px;
		}
			#container #middle #specials #specialstext #textoverflow{
			height:143px;
			padding-left:33px;
				}

#container #middle #menu {
	background-image:url(../images/menu.gif);
	background-repeat:no-repeat;
	margin-top: 10px;
	width: 237px;
	height: 106px;
	vertical-align: text-bottom;
}

div#menu a {width:227px; height:106px; display:block; font-size:0px; color: #e4cea8; text-indent: -9999px;}

/* links */
a:link, a:visited {
	color: #a8160b;
	text-decoration:underline;
}

a:hover {
	color: #a8160b;
	text-decoration: none;
}

/*bottom section */
#container #bottom {
	font-size: 10px;
	padding-top: 130px;
	background-image:url(../images/bottom_paper.jpg);
	background-repeat: no-repeat;
	height: 144px;
	text-align: center;
	color: #835839;
}

#container #bottom a:link, #container #bottom a:visited  {
	color: #835839;
	text-decoration: none;
}

#container #bottom a:hover {
	color: #835839;
	text-decoration: underline;
}