      #offers{
      	width: 740px;
		background:url(../img/tlo-white.gif) top center repeat-y;
		margin-left:auto;
		margin-right:auto;
      }
	  
	  #joboffers 
      {
        font-family:Arial,Georgia,Verdana,Sans serif;
        width: 680px;
        margin-top:30px;
		margin-left:auto;
		margin-right:auto;
	
      }
      
      #joboffers .position_element
      {
        margin-bottom:20px;
		border-bottom:1px solid #DFDFDF;
        
      }
      
      #joboffers .position_title
      {
        display:inline;
      }
      
      #joboffers .position_title a
      {
        font-size:14px;
        cursor:pointer;
		font-weight: bold;
        color:#094DF9;
        
      }
      
      #joboffers .position_title a:hover
      {
        color:#5A89FF;
        text-decoration:none;
      }
      
      #joboffers .position_candidates
      {
        color:#787878;
        font-size:12px;
        display:inline;
      }
      
      #joboffers .position_municipality
      {
        color:#787878;
        font-size:12px;
        display:inline;
      }
      
      #joboffers .position_region
      {
        color:#787878;
        font-size:12px;
        display:inline;
      }
      
      #joboffers .position_description
      {
        margin-top:5px;
        font-size:12px;
      }

      #joboffers .position_description a
      {
        text-decoration:none;
      }
      
      #joboffers .position_description a:hover
      {
        text-decoration:underline;
      }
      
      #joboffers .position_lastupdate
      {
        font-size:10px;
        color:#787878;
      }
      
      #joboffers .position_pagination
      {
        text-align:right;
      }
      
      #joboffers .position_pagination a
      {
        text-decoration:none;
      }
      
      #joboffers .position_pagination a:hover
      {
        text-decoration:underline;
      }
