body {
	margin: 0;
	padding: 0;
	background:#000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	width: 1000px;
}

#header {
	width: 1000px;
	height: 34px;
	padding: 34px 0 27px 0;
	text-align: left;
}
#header {
}

#left-column {
	width:250px;
	float: left;
	text-align: left;
}

#centre-column {
	width:250px;
	float:left;
	text-align: left;
}

#right-column {
	width:250px;
	float:left;
	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: #666666;
	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: 230px;
	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.house{
	margin-top:11px;
	width: 230px;
	height: 31px;
	background: url(images/h-house.gif) top no-repeat;
}
a.link:hover h1.house {
	background: url(images/h-house.gif) bottom no-repeat;
}
h1.the-restaurant {
	margin-top:11px;
	width: 230px;
	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;
}
h1.balmain {
	margin-top:11px;
	width: 230px;
	height: 31px;
	background: url(images/h-balmain-eatin-takeaway.gif) top no-repeat;
}
a.link:hover h1.balmain {
	background: url(images/h-balmain-eatin-takeaway.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;
}
#footer {
	text-align: center;
	width: 1000px;
	clear: both;
	display: block;
	margin:0 auto;
	padding-top: 30px;
}
