* {
	margin: 0;
	padding: 0;
}
img, hr {
	border: none;
}
body {
	background: url(../images/eat/header.jpg) no-repeat top center;
	color: #000;
	font: 13px/1em Arial, Helvetica, sans-serif;
}
.container {
	width: 990px;
	margin: 429px auto 0 auto;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}
.sidebar {
	width: 216px;
}
.main {
	width: 774px;
	background: #daeeef;
}
.contentarea {
	width: 463px;
}
.top, .btm {
	height: 30px;
}
.top {
	background: url(../images/eat/top.png)
}
.btm {
	background: url(../images/eat/btm.png)
}
.maincol {
	background: #daeeef;
	padding: 0 20px;
}
.right-image {
	width: 311px;
}
.sidebar ul {
	list-style: none;
}
.sidebar ul li a {
	display: block;
	font-size: 18px;
	padding: 5px 40px 5px 0;
	line-height: 1.25em;
	color: #000;
	text-decoration:none;
	text-align:right;
}
.sidebar ul li a:hover, .currentlink {
	background: url(../images/eat/hover.png) no-repeat right center;
}
.sidebar ul li.dir a:hover, .sidebar ul li.dir a.currentlink {
	background: url(../images/eat/hover2.png) no-repeat right center;
}
.footer{
	background: #fff;
	color: #d6d6d6;
	padding: 10px 0;
	text-align:right;
	font-size: 11px;
}
.footer a {
	color: #d6d6d6;
	text-decoration:none;
}
.scroller, .scroller1 {
	width: 423px;
	margin: 0 0 0 30px;
	overflow: auto;
}
.scroller1 {
	height: 265px;
}
.scroller {
	height: 460px;
}
p {
	margin-bottom: 20px;
	line-height: 1.5em;
}
.maincol a {
	color: #457676;
}
p.blue-txt{
	font-size: 18px;
	font-weight: lighter;
	color:#145f95;
	line-height: normal;
}
.restaurant {
	background: url(../images/eat/down.png) no-repeat 5px center;
	padding: 4px 20px 4px 20px;
	margin-top: 10px;
	cursor: pointer;
	font-size: 16px;
}
.restaurantinfo {
	padding: 4px 0 4px 20px;
}

.menuimg {
	float: right;
	margin-right: 50px;
}
