@charset "utf-8";
/* CSS Document */
*{ margin:0;padding:0;border:0;font-size:100%;}
ol,ul { list-style:none; }
html,body{height:100%;}
body {
	line-height:1;
	color:#333;
	font: normal 100% "宋体";
	background-color:#CCC;
}
a{text-decoration:none;}
#page{
	margin:0 auto;
	width: 93.75%;		/* 960px / 1024px */
	height:90%;
	background:url(../images/rag.png) repeat-x;
	font: normal 100% "宋体";
	
}
/*左边logo与导航开始*/
#left{
	float: left;
	width: 31.875%;	/* 306px / 960px */
}

#logo{
	float: left;
	width: 47.713%;	/* 146px / 306px *//*logo的大小为146px*67px*/
	background:url(../images/logo-bg.png) no-repeat  center;
}
#logo a {
	padding-top: 117px;
	height: 162px;
	display: block;
	text-align: center;
}
img {max-width: 100%;}
#nav{
	float:left;
	border-top: 1px solid #888583; /*导航上面的那条横线*/
	margin: 2em auto 0;
	width: 64.379%;
}
#nav a {
	font: bold 14px/1.2 "Book Antiqua", "Palatino Linotype", Georgia, serif;
	display: block;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 1em 0.5em 3em;
	margin-bottom: -1em;
	background:url(../images/ornament.png)no-repeat 0 100%;
	/*用背景图片的方式实现导航项目下面的横线*/
}
#nav a:hover {
	background-position: 50% 100%;
}
#nav li.first a {
	border-top: 1px solid #FFF9EF;
	padding-top: 1.25em;
}
/*左边logo与导航结束*/
/*右边英文介绍开始*/
#main-intro{
	float: right;
	width: 65.9375%;	/* 633px / 960px */
}
/*右边英文介绍结束*/

/*右边人物图像开始*/
#main-people{
	float: right;
	width: 65.9375%;	/* 633px / 960px */
}
/*右边人物图像结束*/

/*右边页脚开始*/
#footer{
	float: right;
	width: 65.9375%;	/* 633px / 960px */
}
/*右边页脚结束*/
#footer{
	float: right;
	width: 65.9375%;	/* 633px / 960px */
}
/**/

/**/