body {
	font-size: 18px;
	background: url(images/back_fh.jpg);
	background-attachment: fixed;
}

.essay {
	border: 1px solid red;
	padding: 2px;
	border-radius: 8px;
	margin: 10px;
	line-height: 200%;
}

.menu {
	height: 45px;
	line-height: 45px;
	_overflow: hidden;
	padding: auto;
	list-style: none;
}

.menu-item {
	padding: auto;
	display: block;
	float: left;
	font-size: 18px;
	text-shadow: 0 0 5px #990000;
	width: 12.5%;
	text-align: center;
	background: url(images/mip-sheet-up.gif) no-repeat center center;
}

.jiangzuo img {
	width: 98%;
}


.content {
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.sheet-middle {
	padding: auto;
	display: block;
	font-size: 18px;
	width: 300px;
	height: 31px;
	text-align: center;
	color: #660000;
	text-shadow: 0 0 5px #ff0000;
	background: url(images/sheet-middle.png) no-repeat;
}

.sheet-right {
	padding: auto;
	display: block;
	float: left;
	font-size: 18px;
	/* text-shadow: 0 0 5px #990000; */
	width: 200px;
	height: 31px;
	text-align: center;
	background: url(images/sheet-right.gif) no-repeat;
}

.sheet-title {
	width: 100%;
	padding: auto;
	display: block;
	font-size: 18px;
	width: 404px;
	height: 31px;
	text-align: center;
	color: #660000;
	text-shadow: 0 0 5px #ff0000;
	background: url(images/mip-sheet-title.gif) no-repeat;
}

.cross {
	width: 100%;
	height: 19px;
	background: url(images/mip-bgbg.gif) center;
}

.an {
	width: 96%;
}

.clear {
	clear: both;
}

#searchform {
	width: 100%;
	height: 31px;
}

#s {
	background-color: #FFFFFF;
	height: 28px;
	width: 120px;
	border: 1px solid #ddd;
	line-height: 26px;
	padding-left: 10px;
	border-radius: 5px 0px 0px 5px;
}

#searchsubmit {
	color: #FFFFFF;
	background-color: #ff6f3d;
	height: 31px;
	line-height: 31px;
	width: 60px;
	border: 1px solid #ff6600;
	border-radius: 0px 5px 5px 0px;
}

.catelist img {
	width: 100%;
	height: 100%;
}

img {
	width: 50%;
	height: auto;
}

.content p {
	line-height: 150%;
	padding: 5px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 0px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 0px;
}

.aligncenter {
	margin: 0 auto;
	display: block;
}

.wp-block-image {
	width: 100%;
	text-align: center;
}

.content figure {
	width: 50%;
}

figure img {
	width: 100%;
}