/* menu bar */
html #menu_bar {
	background-color: #BB00FF;
}
html a.menu_bar_item {
	background-color: #9900FF;
}

html a {
	color: #9900FF !important; 
}

html #header a.current_page_link {
	color: #9900FF !important;
}

html #content_cont {
	border-bottom: 1px solid #9900FF;
}

html p.section_title {
	border-bottom: 2px solid #9900FF;
}

html #menu_bar_title {
	text-shadow: -1px 1px #444444 !important;
}


/* all elements */

/* specifics */

.professional_links {
	width: 100%;
	overflow: auto;
}

.professional_links a {
	width: 48%;
	float: left;
	padding-bottom: 10px;
}


@media only screen and (max-width: 700px)  {
	.professional_links a {
		width: 100% !important;
	}
}

#content img {
	display: block;
	margin: 0 auto 20px auto;
	max-width: 200px;
}
