body {
		margin: 0;
		padding: 0;
		font-family: ËÎÌå;
	}
	
a:link, a:visited {text-decoration: none; font-size: 10pt;}
a:hover {text-decoration: underline;}
	.main {
		width: 100%;
		height: 100%;
		background-image: url(../images/index01.jpg);
		background-repeat: no-repeat;
	}
	
	.main_top {
		clear: both;
		display: block;
		width: 100%;
		height: 100%;	
	}
	
	.sub_menu {
		float: left;
		width: 228px;
		height: 100%;
		min-height: 700px;
		padding-top: 108px;
		padding-left: 20px;
		bottom: 0;
		z-index: 5;
	}
		
	.sub_menu_sub1 {
		display: inline;
		float: left;
		width: 25px;
		height: 100%;
	}
	.sub_menu_sub2 {
		display: inline;
		float: left;
		width: 158px;
		margin-left: 0px;
		height: 100%;
		background: #020101 url(../images/logo_07.jpg) repeat-x;
		padding-top: 10px;
		padding-left: 0px !important;
		padding-left: 10px;
		line-height: 1.5em;
		font-size: 10pt;
		z-index: 100;
	}
	.sub_menu_sub2 a:link, .sub_menu_sub2 a:visited {
		text-decoration: none;
		color: #FFF5C4;
		font-size: 11pt;
		font-weight: bold;
	}
	.sub_menu_sub2 a:hover {font-size: 12pt; font-weight: bold;color: #FFD929}
	.sub_menu_sub2 ul {margin: 0px; margin-left: 0px !important;padding-left: 10px !important;padding-left: 5px;margin-left: 5px;z-index: 100;}
	.sub_menu_sub2 li {padding: 0px; padding-top: 5px;list-style:none;z-index: 100;}

	.sub_menu_sub3 {
		display: inline;
		float: left;
		width: 25px;
		height: 80%;
		background-color: white;
	}
	
	.kung_fu {
		position: fixed !important;
		position: absolute;/*IE6*/
		clear: both;
		width: 70px;
		height: 252px;
		left : 120px;
		bottom: 5px;
		z-index: 6;
		display: none;
	}
	
	.right_bof {
		float: left;
	}
	
	.top {
		clear: both;
		display: block;
		width : 100%;
		height: 272px;
		text-align: right;
		color: white;
		padding-right: 10px;
		font-size: 10pt;
	}
	.top a:link, .top a:visited {font-size: 10pt;text-decoration:none;color: white;}
	.top a:hover {font-size: 12pt;text-decoration: underline;color: white;}	

	.content {
		clear: both;
		display: block;
		right: 0;
		width: 700px;
		z-index: 6;
	}
	
	.b_menu {
		clear: both;
		display: block;
		width: 100%;
		height: 30px;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 0px;
	}

	.botm {
		clear: both;
		display: block;
		bottom: 0;
		width: 100%;
		height: 38;
		background-image: url(../images/bottom.gif);
		font-family: Arial;
		z-index: 4;
		text-align: right;
		color: white;
		font-size: 10pt;
	}

	.clear {
		font: 0px/0px sans-serif;
		clear: both;
		display: block;
	}