body
{
	background-color: rgb(239, 228, 176);
	padding: 0px;
}
.background
{
	position: relative;
	width: 1000px;
	left: 50%;
	top: 0px;
	margin-left: -500px;
	margin-top: 0px;
	padding: 0px 5px 5px 5px;
	background-color: white;
}
.zone, hr
{
	width: 1000px;
	clear: both;
	margin: 0px auto;
	padding: 0px;
}
.smaller
{
	font-size: 60%;
}
.reg_text, .larger_text
{
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-weight: normal;
	margin: 8px 0px;
}
.larger_text
{
	font-size: larger;
}
.bold
{
	font-weight: bold;
}
hr
{
	border-style: none;
	margin: 1px;
	padding: 0px;
}
.black_line
{
	background-color: black;
	color: black;
	height: 1px;
}
.orange_line
{
	background-color: rgb(207, 166, 127);
	color: rgb(207, 166, 127);
	height: 4px;
}
#logo
{
	margin: 2px 7px;
	padding: 0px;
	float: left;
}
#dine_or_carry
{
	float: right;
	color: black;
	text-align: center;
	font-family: 'Josefin Slab', Georgia, serif;
	font-size: 40px;
	margin: 20px 15px 0px 0px;
	padding: 0px;
}
#links_menu_directions
{
	float: left;
	margin-left: 80px;
	font-family: Verdana, Geneva, sans-serif;
}
#link_menu, #link_directions
{
	cursor: pointer;
	border-radius: 6px;
	padding: 6px;
}
#link_menu:hover, #link_directions:hover
{
	background-color: rgb(223, 196, 170);
}
.link:link
{
	color: black;
}
.link:visited
{
	color: rgb(120, 81, 46);
}
#pics
{
	margin: 0px auto;
	width: 650px;
	height: 486px;
	padding: 10px;
	border-style: solid;
	border-color: rgb(223, 196, 170);
	border-width: 2px;
}
.curr_pic
{
	margin: 0px;
	padding: 0px;
}
#picsX
{
	position: relative;
	clear: both;
	width: 688px;
	height: 526px;
	text-align: center;
	margin: 0px auto;
	padding: 20px 20px 15px 20px;
	border-style: solid;
	border-color: rgb(223, 196, 170);
	border-width: 2px;
}
.curr_picX, .prev_picX
{
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
.curr_picX
{
	z-index: 1;
}
.prev_picX
{
	z-index: 0;
}
.hidden, .prev_pic
{
	display: none;
}
#bottom
{
	background-color: rgb(223, 196, 170);
	margin-top: 25px;
}
#contact_title, #contact_address, #contact_phone
{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin: 0px;
}
#contact_title
{
	padding: 4px 0px 0px 0px;
	text-align: center;
}
#contact_address, #contact_phone
{
	font-size: smaller;
	padding: 0px 5px 4px 5px;
}
#contact_phone
{
	float: right;
}