body {
	margin: 0;
	padding: 0;
	background:#000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	margin: 0 auto;
	width: 817px;
}
#header {
	width: 817px;
	height: 34px;
	padding: 34px 0 27px 0;
}
#left-column {
	width:290px;
	float: left;
	text-align: left;
}
#right-column {
	width:507px;
	float:right;
	text-align: left;
}
.pic-border {
	border: 1px solid #333333;
	background-color: #1a1a1a;
	padding: 9px;
	height: 507px;
}
a.link:hover .pic-border {
	border: 1px solid #e67100;
	background-color: #2f1a06;
}
.big-line {
	margin-top: 20px;
	background-color: #333333;
	height: 7px;
}
a.link:hover .big-line {
	background-color: #2f1a06;
}
p {
	font-size: 10px;
	color: #333333;
	line-height: 13px;
	padding: 10px;
	border-bottom: 1px dotted #333333;
}
a.link:hover p {
	color: #808080;
	border-bottom: 1px dotted #2f1a06;
}
h2 span,
h1 span {
	display: none;
}
h1.eatin-takeaway {
	margin-top:11px;
	width: 270px;
	height: 31px;
	background: url(images/h-eatin-takeaway.gif) top no-repeat;
}
a.link:hover h1.eatin-takeaway {
	background: url(images/h-eatin-takeaway.gif) bottom no-repeat;
}
h1.the-restaurant {
	margin-top:11px;
	width: 487px;
	height: 31px;
	background: url(images/h-the-restaurant.gif) top no-repeat;
}
a.link:hover h1.the-restaurant {
	background: url(images/h-the-restaurant.gif) bottom no-repeat;
}
h2.location {
	margin-top:10px;
	margin-left: 10px;
	width: 59px;
	height: 11px;
	background: url(images/location.gif) top no-repeat;
}
a.link:hover h2.location {
	background: url(images/location.gif) bottom no-repeat;
}
h2.reservation {
	margin-top:10px;
	margin-left: 10px;
	width: 81px;
	height: 11px;
	background: url(images/reservation.gif) top no-repeat;
}
a.link:hover h2.reservation {
	background: url(images/reservation.gif) bottom no-repeat;
}
a {
	text-decoration: none;
}
h2.contact-us {
	margin-top:10px;
	margin-left: 10px;
	width: 75px;
	height: 11px;
	background: url(images/contact-us.gif) top no-repeat;
}
a.link:hover h2.contact-us {
	background: url(images/contact-us.gif) bottom no-repeat;
}
a {
	text-decoration: none;
}
