body
{
	/*background-color:#B4F1FF;*/
	background-image: url('background.png');
	background-attachment: fixed;
	background-repeat: repeat-x;
	padding: 20px;
}
div.container
{
	width:1280px;

	font-family: Georgia, "Times New Roman", Times, serif;
    color:  black;
	margin-left: auto;
	margin-right: auto;

}

div.header
{
	width:100%;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	color: black;
	font-size:50px;
	font-weight:bold;
	height:3em;
	text-align:left;
	padding-left:1em;
	padding-top:0.5em;
	clear:left;
	background-image: url('background3.png');
	background-size:contain;
}

div.content
{
	
}



div.footer
{
	width:100%;
	clear:left;



}

ul.navbar 
{
	list-style-type: none;
	text-align:left;
    width: 11em; 
}
ul.navbar li 
{
    background: white;
    margin: 0.5em;
    padding: 0.3em;
    border-right: 1em solid #FFEB20; 
}
a:link 
{
    color: black;
}
a:visited 
{
    color: purple;
}
a:hover
{
	color:blue;
}
#name
{
	float:left;
	width:60%;
}
	
#logo
{
	float:left;
	width:40%;
}

	
#first
{
	float:left;
	width:18%;
}

#second
{
	float:left;
	width:58%;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color:white;
}

#third
{
	float:left;
	width:20%;
	padding-left: 1em;
}
h1 {

    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	color: black;
	font-size:50px;
	font-weight:bold;
	float:left;
	}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:  blue;
	text-align:center;
	}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#2E2EFE; 
	text-align:center; 
	font-size:20px;
	}
p{
	text-align:justify;
	
}
address {
	margin-top: 1em;
	padding-top: 1em;
		border-top: thin dotted;
	}

#backtop a { /* back to top button */
	position: fixed;
	bottom: 0px; /* 小按钮到浏览器底边的距离 */
	right: 150px; /* 小按钮到浏览器右边框的距离 */
	color: #333; /* 小按钮中文字的颜色 */
	z-index: 1000;
	background: #cfcfcf; /* 小按钮底色 */
	padding: 10px; /* 小按钮中文字到按钮边缘的距离 */
	border-radius: 4px; /* 小按钮圆角的弯曲程度（半径）*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: normal; /* 小按钮中文字的粗细 */
	text-decoration: none !important;
}
#backtop a:hover { /* 小按钮上有鼠标悬停时 */
	background: #333; /* 小按钮的底色 */
	color: #fff; /* 文字颜色 */
}
	
#personalinfo
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
}
  
#personalinfo td, #personalinfo th 
{
	font-size:0.85em;
	border:transparent;
 
}

#personalinfo tr.grey td 
{
	color:#6A6A6A;
}

#personalinfo tr.bold td 
 {
	color:  #200028;
	font-size:1em;
	font-weight:bold;
}
  
#personalinfo a:hover { /* 有鼠标悬停时 */
	color: yellow; /* 文字颜色 */
}

#teammembers
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	border-top-style:solid;
	border-collapse:collapse;
}

  
