body {
width:1000px;
background:url(01imgs/bg.jpg) repeat;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}
p{
text-align:justify;
line-height:18px;
padding:0px 0 8px 0;
}
span.red{
color:#990000;
font-weight:bold;
}
.clear{
clear:both;
}
#main_container{
width:1000px;
height:auto;
margin:auto;
}
#header{
width:1000px;
height:172px;
margin:auto;
background:url(01imgs/header.jpg) no-repeat top center;
}
#logo{
padding:6px 0 0 328px;
float:left;
}
.onleft{
float:left;
padding:56px 0 0 90px;
}
.onright{
float:right;
padding:56px 110px 0 0;
}
/*----------------------menu-------------------------*/

.poscenter {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  height: 60px;
}

#navtop ul {margin: 5px; padding: 0; text-align: center;}
#navtop ul li {
  display: block; margin-top: 4px; 
  line-height:59px; 
  float: left; 
  width: 112px;
  height: 60px;
  margin-right: 15px;
  background: url(01imgs/home.jpg) no-repeat;
}

#navtop ul li a{
  color: #0000FF;
  text-decoration: none;
}

#navtop ul li a:hover{
  color: #0000FF;
  text-decoration:underline;
}

.content-1{
width:770px;
float:left;
padding:34px 30px 0 100px;

}
.content-3{
width:760px;
float:left;
padding:30px 30px 0 100px;

}
.left_content{
width:380px;
float:left;
padding:30px 10px 0 100px;

}
.right_content{
width:370px;
float:left;
padding:30px 30px 0 15px;

}
.title{
font-size:20px;
color:#0000E6;
clear:both;
padding:0 0 0 0px;
}
.title2{
font-size:20px;
color:#0000E6;
text-decoration:underline;
clear:both;
padding:0 0 0 260px;
}
.title3{
font-size:20px;
color:#0000A0;
clear:both;
padding:0 0 0 0px;
}
img.left_img{
float:left;
padding:3px 6px 0 0;
}


/*-----------------------------footer------------------*/
#footer {
  width: 1000px;
  height: 20px;
  margin: 20px 0 0 0;
}

#footer ul {
  float: left;
  margin:  40px 0 0 160px;
  padding: 0;
  list-style: none;
}

#footer li {
  display: inline;
  font-size: 0.95em;
  line-height: 20px;
  color: #000000;
  margin: 0 4px 0 0;
  padding: 0;
}

#footer li a {
  color: #000000;
  text-decoration: none;
}

#footer li a:hover {
  color: #000000;
  text-decoration: underline;
}