@charset "utf-8";
/* CSS Document */
body{
	background-image:url(images/bg_clouds.jpg);
	padding:30px;
	}
	
#wrapper{
	width:1000px;
    margin:auto;
	}
#header{
	padding:0px;
	text-align: center;
	}
	ul{margin:0px;
	padding:0px;
	list-style-type:none;}
	#nav{
		width:auto;
		height:50px;
		background:#39F;
		padding:0px;}
#content{
	padding:30px;
	line-height:2em;
	background-color:#BAD4F1;
	text-align: inherit;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: normal;
	color: black;
	}
#footer{
	background-color:;
	padding:20px;
	line-height:1.5em;
	text-align:center;
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
	font-size: 0.8em;
	}
h1{font-family: "微软雅黑";
	font-size: 1.8em;
	font-weight: normal;
	color: black;
	text-align: center;
  }
h2{font-family: Times New Roman;
   font-size: 1.4em;
   font-weight: bold;
   color: white;
   text-align: center;	
  }
h3{font-family: "微软雅黑";
font-size: 1.2em;;
font-weight: bold;
color: cadetblue;
}
h4{
	font-family: "微软雅黑";
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
}
h5{
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
	font-size: 0.8em;
	font-weight: normal;
	color: aliceblue;
	text-align: center;
}
