/*页面层容器*/
body {text-align: center;}
#container { width:762px; 
			 margin-top: 5px;
			 margin-right: auto;
			 margin-bottom: 0;
			 margin-left: auto;
			 }

/*页面头部*/
#Header { width:762px;margin:0 auto;height:89px;background-image: url(images/line-01.jpg);background-repeat: repeat-x;}
#line1 { width:762px;height:11px;background:#333}
#line2 { width:762px;height:4px}
#logo { width:297px; 
		float:left; /*浮动居左*/ 
		clear:left; /*不允许左侧存在浮动*/ 
		overflow:hidden; /*超出宽度部分隐藏*/
		height:89px;
		background-image: 
		url(images/top-01.jpg)
		}
#topmain {
	width:463px;
	float:right; /*浮动居右*/
	clear:right; /*不允许右侧存在浮动*/
	overflow:hidden;
	text-align:center;
	padding-top: 6px;
	}

/*页面主体*/
#ImageBody { width:762px;margin:0 auto;background:#fff}
.Sidebar {
	text-indent: 15px;
	padding-top: 15px;
	text-align: left;
	padding-bottom: 8px;
}
#MainBody { height:156px;
			width:730px;
			background:#eee;
			overflow:hidden; 
			margin:0 auto
			}
#MainBody img {
	height:130px;
	width:150px;
	border: 3px solid #666666;
	margin: 10px;
	}
#Imageadorn {
	height:7px;
	width:730px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/line-02.gif);
	background-repeat: repeat-x;
			  }

/*页面底部*/
#ListBody { width:762px;margin:0 auto;background:#fff}
#Listmain {
	width:700px;
	height:480px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/back-1.gif);
	background-repeat: repeat-y;
}
#List { overflow:hidden;width:700px;}
#Listname { width:120px;
			float:left; /*浮动居左*/
			overflow:hidden; }
#Listadd { width:135px;
		   float:left; /*浮动居左*/
		   overflow:hidden; }
#Listintr { width:380px;
			float:left; /*浮动居右*/
			overflow:hidden;}
#Listname,#Listadd,#Listintr {
	white-space:normal;
	height:27px;
	margin-top: 12px;
	margin-right: 7px;
	margin-bottom: 4px;
	margin-left: 9px;
	background-color: #888;
	filter: Alpha(Opacity=70);
}
#Listname,#Listintr {
	padding-bottom:400px;
	margin-bottom:-400px;
}
.text-01{
	position:relative;
	font-size: 16px;
	font-weight: bold;
	color: #eee;
	line-height: 27px;}
#view_name {
	height:65px;
	text-align: left;
	width:630px;
	background:#eee;
	margin:0 auto;
	position:relative;
	line-height: 65px;
	text-indent: 15px;
	font-size: 20px;
	color: #333;
	font-weight: bolder;
}
#view_intr {
	width:630px;
	height:220px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#view_img {
	width:270px;
	height:220px;
	margin:0 auto;
	float:left; /*浮动居左*/}
#view_img img {
	width:244px;
	border: 3px solid #666666;
	margin: 10px;
	}
#view_txt {
	height:220px;
	font-size: 14px;
	line-height: 27px;
	text-align: left;
	margin: 0 auto;
}
#view_dis, #loding {
	width:630px;
	margin:0 auto;
}
#view_dis {
	background:#eee;
}
#dishes{
	width:600px;
	margin:0 auto;
}
#dishes_img {
	height:110px;
	width:150px;
	float:left; /*浮动居左*/
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#dishes_img img {
	width:140px;
	border: 3px solid #666666;
}
#dishes_txt {
	height:110px;
	width:105px;
	font-size: 14px;
	line-height: 27px;
	text-align: left;
	margin: 20px;
	float:left; /*浮动居左*/	
}
