/*style for job*/
body, img, p, ul{
	margin: 0;
  	padding: 0;
  	border: 0;
}
body{
    font-family: Verdana;
    font-size: 11px;
}
#wapper_all{
	width: 100%;
  	overflow: hidden;
	background:url(../images/background.jpg) repeat-x;
}
#wapper{
  	width: 1024px;
  	overflow: hidden;
	margin:auto;
}
#header{
  	float: left;
  	width: 100%;
}
#header #header-top{
  	width: 100%;
  	float: left;
  	height: 54px;
}
#header #header-top img{
  	float: left;
  	margin-left: 60px;
	margin-top:8px;
}
#header #banner{
  	background: url(../images/bn_bg.gif) repeat-x;
  	width:100%;
  	height:192px;
	float:left;

}
#header #banner #imgs{
	margin-left:242px;
	margin-top:1px;
  	float: left;
	height:190px;
	width:720px;
	display:inline;
}
#main{
  	width: 100%;
  	overflow: hidden;
  	float: left;
}
#main #slbar-left{
  	width: 242px;
  	float: left;
  	min-height: 270px;
  	height: auto!important;
  	height: 270px;
}
#main #slbar-left ul{
  	padding: 0;
  	float: right;
  	list-style: none;
	text-align:right;
}
#main #slbar-left ul li a{
    background: transparent url(../images/li_bg.gif) no-repeat right 6px;
    text-decoration: none;
    color: #2D2824;
    padding-right: 15px;
}
#menuleft{
	margin-top:60px;
	width:100%;
}
#main #slbar-left ul li a:hover, #main #slbar-left ul li a:active{
  	color: #AFAFAF;
  	background: transparent url(../images/a-hover.gif) no-repeat right 6px;
}

#main #text-content{
  	width: 782px;
  	float: right;
	height:auto;
}
#top-menu{
	background:black;
	display:inline;
	float:left;
	height:15px;
	margin-left:1px;
	padding-left:6px;
	width:714px;
}
#cotent{
	width:100%;
	height:auto;
	float:left;
}
#content_ct{
	width:500px;
	height:auto;
	height:auto;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: 132px;
}
#content_ct a{
	color:#000
}
#top-menu ul{
  	list-style-type: none;
}
#top-menu ul li {
  	float: left;
}
#top-menu ul li a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
	padding:0 25px;
}
#top-menu ul li a:hover{
	text-decoration:underline;
}
#footer{
  	width: 100%;
  	float: left;
	
 	
}
#footer_ct{
	width:960px;
	float:left;
  	height: auto!important;
  	height: 65px;
	min-height: 65px;
	text-align:right;
	color:#AFAFAF;
 	background:url(../images/footer.gif) repeat-x;
}
#footer a{
	color:#AFAFAF;
	text-decoration:none
}
p.title{
	font-size:16px;
	
}
	
