#all {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}
#head {
	width:800px;
	border:2px solid green;
	}
#flash {
	width:800px;
	margin-top:10px;
	}
#content {
	width:800px;
	border:2px solid gray;
	float:clear;
	height:auto;
}
#foot {
	width:800px;
	font-size:12px;
	clear:left;
	text-align:center;
	line-height:200%;
	background-color:#FFFFFF;
	margin-top:20px;
	border:2px solid green;
	}
#menuw {
	width:195px;
	text-align:center;
	float:left;
	height:440px;
	}
#menu {
	width:180px;
	margin-top:10px;
	height:51px;
	}
#main {
	width:600px;
	float:left;
	}
h1 {
	font-size:10px;
	text-align:right;
	line-height:100%;
	font-weight:normal;
	}
body {
	background-image:url(img/bg.gif);
	}

.maintitle {
	width:600px;
	margin-top:15px;
	font-size:26px;
	font-family: "HGºÞ¼¯¸E";
	color:#fe7c26;
	}
.maintext {
	width:600px;
	font-size:14px;
	margin-top:10px;
	line-height:150%;
	}