@charset "utf-8";
/* CSS Document */
/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
padding: 0; 
margin: 0; 
} 
fieldset,img,abbr,acronym {
border:0;
}
dl,ol,ul {
list-style:none;
}
q:before,q:after {content:'';
}
table { 
border-collapse: collapse; 
border-spacing: 0; 
}  
address,caption,cite,code,dfn,em,th,var { 
font-weight: normal; 
font-style: normal; 
}  
caption,th { 
text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
font-size: 100%; 
} 
*{
	margin:0;
	padding:0;
}
body{
	font-size:11px;
	color:#000;
	line-height:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#fff url(../images/back.jpg) no-repeat top left;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#434343;
}
/*------main css----------*/
#wrap{
	width:756px;
	margin:0 auto;
	border:3px solid #000;
	margin-top:15px;
}
.clear{
	clear:both;
}
#header{
	width:756px;
	position:relative;
}
#nav{
	height:48px;
	background:url(../images/navbg.jpg) no-repeat;
	height:96px;
	padding-left:15px;
}
#logo{
	position:absolute;
	right:30px;
	top:15px;
}
#nav ul li{
	float:left;
	font-size:13px;
	font-weight:bold;
	padding:0 27px 0 8px;
	line-height:96px;
	background:url(../images/image221.png) no-repeat right center;
}
#nav ul li.last{
	background:none;
}
#nav ul li a{
	color:#9e0e0d;
}
#nav ul li a:hover, #nav ul li a.on{
	color:#000;
}
#container{
	width:756px;
	margin:0 auto;
}
.content{
	background:url(../images/bg1.jpg) no-repeat;
	height:214px;
}
#banner{
	width:756px;
	background:#000;
}
#container h2{
	color:#9e0e0d;
	font-size:16px;
	margin-bottom:10px;
}
.leftside, .leftside-about, .leftside-restaurant, .leftside-contact{
	float:left;
	width:480px;
	margin:25px 0 0 24px;
}
.rightside{
	float:right;
	width:155px;
	margin:25px 30px 0 0;
}
#footer{
	background:url(../images/footbg.jpg) no-repeat;
	height:28px;
	color:#fff;
	line-height:28px;
	padding:0 10px;
}
#footer a{
	color:#fff;
}
#footer span{
	float:right;
}
.content-about{
	background:url(../images/bg2.jpg) no-repeat;
	height:214px;
}
.leftside-about{
	width:445px;
}
.font24{
	font-size:28px;
	color:#9e0e0d;
	font-weight:bold;
	line-height:28px;
	margin-bottom:15px;
}
.font18{
	font-size:18px;
	line-height:25px;
	font-weight:bold;
}
.content-restaurant{
	background:url(../images/bg3.jpg) no-repeat;
	height:214px;
}
.content-restaurant img{
	float:left;
}
.leftside-restaurant{
	width:457px;
}
.leftside-contact{
	width:190px;
}
.cor-red{
	color:#9e0e0d;
	font-weight:bold;
}