
body {
    background: #cee6f3 url(../image/bk.jpg) repeat-x;
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, Tahoma;
    font-size: 12px;
    text-align: center;
    margin: 20px;
    position: relative;
}

.head {
	background: url(../image/head.jpg) no-repeat;
	height: 100px;
	width: 900px;
	margin: auto;
	text-align: center;
}

.head p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	width: 900px;
	overflow: hidden;
}

.foot {
	float: left;
	background-color: #014f7d;
	height: 50px;
	width: 900px;
	margin: auto;
	text-align: center;
}

.foot a {
    color: #fff;
    text-decoration: none;
}

.foot p {
	padding: 0;
	margin: 20px;
	color: #fff;
	font-size: 10px;
}

.content {
	width: 900px;
	text-align: center;
    margin: auto;
}

.page {	
	width: 900px;
	background-color: #dfeef5;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}

.box {
    margin-left: 15px;
    margin-top: 5px;
	width: 270px;
	height: 250px;
	float: left;
	border: 1px solid #ccc;
	padding-top: 5px;
	text-align: center;
}

.box p {
	margin: auto;
	margin-top: 10px;
	width: 200px;
	height: 80px;
	color: #666;
	overflow: hidden;
}

.thick {
	display: block;
	margin: 0px;
	padding: 0px;
}

.thick img {
    border: 5px solid #fff;
}

.thick a img {
    border: 5px solid #fff;
}

.thick a:hover img {
    border: 5px solid #ccc;
}

.bm {
	color: #008d18;
	font-weight: bold;
}

