@charset "utf-8";



#contentPreparatoryIndexColumn {
	height: 90px;
	width: 720px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-image: url(../images/preparatory_main_page.png);
	background-repeat: no-repeat;
}
#contentBachelorIndexColumn {
	height: 90px;
	width: 720px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-image: url(../images/bachelor_main_page.png);
	background-repeat: no-repeat;
}
#contentMasterIndexColumn {
	height: 90px;
	width: 720px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-image: url(../images/master_main_page.png);
	background-repeat: no-repeat;
}
#contentDoctorIndexColumn {
	height: 90px;
	width: 720px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../images/doctor_main_page.png);
	background-repeat: no-repeat;
}

