﻿/* CSS Document */
body{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	font-size:12px; font-family:"Arial ", 宋体""
}
html, body { height:100%;}

.bb{ width:100%; height:100%; background:#666666;}

.help_left{ width:300px; float:left;}
.help_top{ 
	height:40px; 
	background:url(/Images/help_tit.gif) no-repeat; 
	clear:both; margin-left:auto;
	}
.help_bot{
	height:40px; 
	background:url(/Images/help_bot.gif) no-repeat; 
	clear:both
	}
.help_con{
	height:100%;
	background:url(/Images/hlep_bg.gif) repeat-y;
	overflow:hidden;
	clear:both;
	}
.help_con .left{
	width:310px;
	margin-left:30px;
	line-height:22px;
	text-align:left;
	display:inline;
	overflow:hidden; 
	float:left;
	}
.help_con .left li{ list-style-type:decimal; list-style:inside}
.help_con .right{
	width:510px;
	line-height:22px;
	text-align:left;
	display:inline;
	overflow:hidden;
	margin-right:35px; 
	float:right;
	}

