.header {
	margin: 0 auto;
	width: 1200px;
	height: 460px;
	background: url('/static/image/head1.png') no-repeat left top / 100% 100%;
}
.mid{
	margin: 0 auto;
	width: 1200px;
height:1000px;
	background-color: #fefce5;
}
.navigation {
	margin: 0 auto;
	width: 1200px;
	height: auto;
	padding-top: 30px;
}



.navigationleft {
	float: left;
	width: 500px;
	color: red;
	font-weight: bold;
	font-size: 20px;
        text-align: left;
        padding-left: 50px;
}

.navigationright {
	float: right;
	width: 600px;
	padding-left: 300px;
	font-size: 17px;
}
.divider {
	width: 1200px;
	border-bottom: #a8a8a8 solid 1px;
	margin: 0 auto;
	margin-top: 30px;
}

.text {
	width: 1000px;
	height: 500px;
	margin: 0 auto;
	
	margin-top: 80px;
}

.footer {
	width: 1200px;
	height: 250px;
	background: url('/static/image/foot1.png') no-repeat left top / 100% 100%;
	margin: 0 auto;
	margin-bottom:5px;
	padding-top: 130px;
	font-size: 17px;
	line-height: 30px;
	text-align: center;
	font-weight: bolder;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}


.line{
width:650px;
float:left;
text-align:left;
}
.date {
width:200px
float:right;
}
