*{
	margin:0;
	padding:0;
}
html{
	background:url(../images/bg_04.jpg) repeat-x left top;
}
body{
	width:1264px;
	height:1118px;
	margin:0 auto;
	font-size:12px;
	font-family:"微软雅黑";
	background:url(../images/bg_03.jpg) no-repeat left top;
}	
img{
	border:0;
}
a{
	text-decoration:none;
	outline:none;
	hide-focus: expression(this.hideFocus=true);
}
ul,li{
	list-style:none outside;
	overflow:hidden;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;
	height:0;
	overflow:hidden;
	font-size:0;
}
/* === css for .nav === */
.nav{
	padding-top:10px;
	padding-bottom:170px;
	color:#564230;
	float:left;
	width:1264px;
	height:30px;
}
.nav ol{
	font-size:18px;
	float:left;
}
.nav li{
	float:left;
	padding:0 20px;
}
.nav li a{
	color:#564230;
}
.nav ul{
	font-size:16px;
	float:right;
}
.nav ul li{
	padding:0 5px;
	font-weight:bold;
}
/* === css for .main === */
.main{
	height:268px;
	background-color:#91774d;
	color:#ffffff;
}
.main .photo{
	float:left;
	width:296px;
	height:224px;
	margin:26px 40px 0 62px;
	padding:3px 0 0 3px;
	display:inline;
	overflow:hidden;
	background:url(../images/bg_07.jpg) no-repeat left top;
}
.main .photo img{
	width:290px;
	height:217px;
}
.main dl{
	float:left;
	width:840px;
	font-size:18px;
	margin-top:35px;
	letter-spacing:0.12em;
	font-family:"楷体";
}
.main dl dt{
	height:56px;
}
.main dl dd{
	padding-left:27px;
	line-height:32px;
}
/* === css for .flash === */
.flash{
	width:600px;
	height:480px;
	margin:40px 0 0 327px;
	background-color:pink;
}



