.menu_filter {
	width: 270px;
	height: 280px;
	padding-top: 10px;
	margin-bottom: 16px;
	background-color: #264d78;

}

.filter_results {
	
	min-height: 50px;
	padding: 10px;
	margin-bottom: 16px;
	margin-left: 5px;
	background-color: #5b286e;
	/*clear: both;*/
	
}

.filter_results a:link {
	text-decoration: none;
}

.filter_results a:hover {
	text-decoration: underline;
	color: white;
}


.top_picture {
	width: 960px;
	height: 306px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	//background-image: url(http://ksp.vfu.bg/images/index_top_img.jpg);
	clear: both;
}
.rector {
	/*position: relative;*/
	width: 682px;
	min-height: 200px;
	/* background-image: url(http://ksp.vfu.bg/images/rector_bg_n.jpg); 
	background-repeat: no-repeat;*/
	background-color: #5b286e;
	border-radius: 20px;
	color: #fff;
	padding-top: 22px;
}
.rector p {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 15px;
	font-style: italic;
	text-indent: 20px;
	text-align: justify;
}
.rector p:last-child {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: right;
}
.rest {
	float: right;
	color: #b73d8a;
}

.president {
	float: left;
	width: 150px;
	height: 150px;
	padding-right: 20px;
}