
body {
    background: #cee6f3 url(../image/bk.jpg) repeat-x;
    font-family: "Lucida Grande", "Trebuchet MS", Verdana, Tohama, Arial, Sans-serif;
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
}

a, a:link, a:visited, a:active {
    outline: none;
}

img, a img, a:hover img {
    border: none;
}

.head {
	width: 896px;
	margin: auto;
	text-align: center;
}

.head p {
	margin: 0;
	padding: 20px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	overflow: hidden;
}

.foot {
	float: left;
	background-color: #014f7d;
	height: 50px;
	width: 896px;
	margin: auto;
	font-style: italic;
	text-align: center;
}

.foot a {
    color: #fff;
    text-decoration: none;
}

.foot p {
	padding: 0;
	margin: 20px;
	color: #fff;
	font-size: 10px;
}

.content {
	width: 896px;
	text-align: center;
    margin: auto;
}

.page {	
	width: 896px;
	background-color: #dfeef5;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}

.box {
    background: #fff;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
	width: 270px;
	height: 250px;
	float: left;
	border: 1px solid #d3d3d3;
	padding-top: 5px;
	text-align: center;
}

.box p {
	margin: auto;
	margin-top: 10px;
	width: 200px;
	height: 80px;
	color: #666;
	font-style: italic;
	overflow: hidden;
}

.thick {
	display: block;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}

.thick img {
}

.thick a img {
}

.thick a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.bm {
	color: #008d18;
	font-weight: bold;
}

