/* menu bar */
html #menu_bar {
	background-color: #BBBBBB;
}
html a.menu_bar_item {
	background-color: #999999;
}

html a {
	color: #0000AA !important; 
}

html a:visited {
	color: #AA00AA !important; 
}

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

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

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

@media only screen and (max-width: 920px)  {

}
@media only screen and (min-width: 921px)  {
	div#links_left {
		width: 400px;
		float:left;
	}

	div#links_right {
		width: 400px;
		float: right;
	}
}
