@charset "utf-8";
/* CSS Document */

body {
	background-color: #faf4ea;
	margin-top: 20px;
	padding: 0;
	font: 0.7em Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	color: #4c380f;
}

#wrapper {
	width: 860px;
	padding: 0;
	margin: 0 auto;
	border: 1px solid #4c380f;

}

#text_container {
	padding: 20px 5px 5px 35px;
	background-color: #ede7de;
	margin: 0;
}

#text_containerint {
	padding: 35px;
	padding-top: 10px;
	background-color: #ede7de;
	margin: 0;
}

#text_containerint a, #text_containerint a:link {
	color: #4c380f;
	text-decoration: underline;
}	
	
#text_containerint a:hover {
	text-decoration: underline;
	color: #4c380f;
}

#text_containerint2 {
	padding: 35px;
	padding-top: 10px;
	text-align: center;
	background-color: #ede7de;
	margin: 0;
}

#text_containerint2 a, #text_containerint2 a:link {
	text-decoration: none;
	font-weight: bold;
	color: #574319;
}	
	
#text_containerint2 a:hover {
	text-decoration: underline;
	font-weight: bold
	color: #574319;
}

.foodpix {
	float: left;
	padding: 15px 6px 0 0;
	margin: 0;
}

.fade {
	color: #999;
}

.map {
	float: left;
	padding: 5px 6px 30px 0px;
	margin: 0;
}



.header {
	margin: 0 auto;
	padding: 25px 2px 2px 2px;
}


#footer {
	background-color: #e36f1e;
	height: 58px;
	font-size: 0.85em;
	color: #eee;
	text-align: center;
	padding: 3px 0;
}

#footer a, #footer a:link {
	text-decoration: none;
	color: #eee;
	padding-right: 10px;
}	
	
#footer a:hover {
	text-decoration: underline;
	color: #fff;
	padding-right: 10px;
}

.orderonline {
	color: #4c380f;
}

.orderonline a, .orderonline a:link, .orderonline a:visited {
	text-decoration: none;
	color: #4c380f;
	padding-left: 10px;
}	
	
.orderonline a:hover {
	text-decoration: underline;
	color: #fff;
	padding-left: 10px;
}

#bottom {
	background-color: #4c380f;
	height: 10px;
}