#right .content #vacancies {
	background-color: #FFF;
	height: 200px;
	width: 150px;
	overflow: auto;
	position: relative;
	margin-top: 0px;
	margin-bottom: 7px;
}
#right .content #vacancies p {
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#right .content #vacanciesHeader {
	font-weight: bold;
	background-color: #5A89B7;
	font-size: 1.1em;
	color: #FFF;
	text-align: center;
	padding: 3px;
	margin-top: 12px;
}

