/* menu bar */
html #menu_bar {
	background-color: #88BBFF;
}
html a.menu_bar_item {
	background-color: #6699FF;
}

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

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

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

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




/* all elements */

#content h3 {
	text-align: center;
}

/* specifics */

p.publication {
	padding: 5px 0;
}

#media_bits {
	padding: 20px;
}

#media_bits a {
	display: block;
}

#content img {
	display: block;
	width: 180px;
	margin: 0 auto 20px auto;
}
