body{
	margin: 0px;
	padding: 0px;
	background: #b4b4b4;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main_div{
	width: 1009px;
	margin: auto;
}
#header{
	float: left;
	width: 1009px;
	background: #fff;
	height: 167px;
	padding-top: 13px;
}
#logo{
	float: left;
	width: 226px;
	height: 163px;
}
#banner{
	float: left;
	width: 759px;
	height: 163px;
	background: url(images/banner.jpg) no-repeat;
	background-position: left;
}
#head_line{
	float: left;
	width: 500px;
	margin: 15px 0 0 20px;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #525252;
}

	/********************** Wrapper Part *****************************************/
	
#wrapper{
	float: left;
	width: 1009px;
	background: #fff;
	padding-bottom: 30px;
	padding-top: 10px;
}

	/******************** Left menu **********************************************/
	
#leftslide_menu{
	float: left;
	margin: 10px 0 0 12px;
	width: 226px;
}
#nav_in ul{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px; 
}
#nav_in ul li a{
	color:#990000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #CCCCCC;
	width: 220px;
	height: 25px;
	padding: 8px 0 0 9px;
	color:#990000;
	list-style: none;
}
#nav_in ul li a:hover{
	color:#000;
	text-decoration: none;
	font-weight: bold;
}
#middle_content{
	float: left;
	width: 330px;
	/*border-left: 1px solid #CCCCCC;*/
	padding: 0 60px 0 70px;
	margin: 8px 0 80px 0;
}
#middle_contentvacatures{
	float: left;
	width: 310px;
	height:650px;
	border-right: 1px solid #CCCCCC;
	padding: 0 60px 0 70px;
	margin: 8px 0 80px 0;
}

#middle_content_inner{
	float: left;
	width: 530px;
	padding: 0 60px 0 70px;
	margin: 8px 0 80px 0;
}
#middle_discribe_part{
	float: left;
	width: 530px;
	padding: 0 0 0 100px;
	margin: 8px 0 80px 0;
}
#right_part{
	float: left;
	width: 210px;
	padding: 10px 0 0 50px;
	border-left: 1px solid #CCCCCC;
	margin: 40px 0 0 0;
}
#right_part_vactures{
	float: left;
	width: 200px;
	height:120px;
	margin-top:8px;
	/*margin-left:20px;*/
	padding: 20px 0 0 15px;
	background-color:#e1e1e1;
}
#right_part_vactures2{
	float:left;
	width:200px;
	height:120px;
	/*margin-left:20px;*/
	margin-top: 20px;
	padding: 20px 0 0 15px;
	background-color:#e1e1e1;
}

.number_cl a{
	background: url(images/a.jpg) no-repeat;
	height: 20px;
	width: 20px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 5px;
}
.number_cl a:hover{
	background: url(images/hover.jpg) no-repeat;
	height: 20px;
	width: 20px;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
}
