
	/**
	* overwrites
	*/
	body {
		background: #494237 url(../../../images/body/home-bg.gif) repeat-x;
		}
	


	/**
	* headings
	*/
	h2 {
		background: url(../../../images/headings/bssl.gif) no-repeat;
		}
		
	h2#lv {
		margin-top: 20px;
		background: url(../../../images/headings/latest-vacancies.gif) no-repeat;
		}
	


	/**	
	* latest vacancies
	*/
	ul#vacancies {
		list-style-type: none;
		margin: 0 0 25px 16px;
		color: #898989;
		}
		
	ul#vacancies li {
		float: left;
		width: 160px;
		margin: 0 25px 0 0;
		}
		
	ul#vacancies li.last {
		margin-right: 0;
		}
		
	ul#vacancies a {
		text-decoration: none;
		color: #898989;
		}
	


	/**
	* middle picture
	*/	
	#stairs {
		width: 529px;
		height: 72px;
		margin: 0 0 25px 16px;
		text-indent: -9999em;
		background: #264c81 url(../../../images/stairs.jpg);
		}
		


	/**
	* access key list
	*/
	ul.access {
		list-style-type: none;
		padding: 0 16px;
		line-height: 20px;
		}
		
	ul.access li {
		float: left;
		width: 230px;
		margin: 0 0 16px;
		padding: 0 0 0 30px;
		}
		
	ul.access li span {
		font-style: italic;
		}
		