body  {
	font-family: Arial, Helvetica, tahoma, verdana, 宋体, SimSun, 华文细黑, STXihei, sans-serif;
	/*font-size: 16px; */ 
	color:#000000; /* ×ÖÌåÑÕÉ«*/
	background: #666666;
	line-height: 150%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

 li { font-family: Arial, Helvetica, tahoma, verdana, 宋体, SimSun, 华文细黑, STXihei, sans-serif;
    font-size: 0.93em; /* 14px/16=0.875em */
      margin: 9px 0;
}

hr {
	border:0;
	background-color:#C2D9F2;
	height:1px;
}

#container {
    width: 90%;  /* this will create a container 90% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFFFFF;
}


#headbar {
   top : 0; 
   left : 0; 
   height : 80px; 
   background: #FFFFFF;
   /*background-image : url(http://www.hrbxinzhi.com/images/logo_2.jpg); */
   background-repeat:no-repeat;
   position:relative;
  
   border-bottom:1px solid #C2D9F2;
   /*border-width:5px;
   border:#CCCCCC;*/
}

#sidebar {
   /* margin: 0 0 0 0;*/
	float: left;
	/*background-image : url(images/bar.png);*/
	/*background-repeat:no-repeat;*/
	font-size:100%;
    background: #FFFFFF;
	border-right:1px solid  #C2D9F2;
	
	width:160px; 
}

#sidebar a:link{
color:#0000FF;
}
#sidebar a:visited{
	color:#0000FF
}
#sidebar a:hover{
text-decoration:underline;
color:#FF0033;
}

#sidebar a{
	text-decoration:none;
}

#maincontent{
	margin-left:160px;
	border-left:1px solid #CCCCCC;
	padding: 16px 16px 16px 16px;
	background: #F5F8FD;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer { 
	/*padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	/*clear:both;*/
	text-align: center; 
	background:#DDDDDD;
	/*border-top:1px solid #CCCCCC;*/
}

p { 
  text-indent: 2em;
  text-align: justify;
  margin:7px;
  font-size: 0.93em; /* 14px/16=0.875em */

  }

.border {
    display:block;
    
    border-top:1px solid #cccccc; 
    width:200;
}    
