div, a, p{
	font-family: Georgia,"Droid Serif",Cambria,"Times New Roman",Times,serif;
}
a{
	color: #F57C00;
}
#header_menu_left{
	float: left;
}

#header_menu_right{
	float: right;
	/*width: 100%;*/
}

/* Rules for the language select menu items*/
#menu_item_lang_select{
	border-style: outset;
	padding: 3px;
}
#menu_item_lang_select li{
	border-right-style: double;
	padding-right: 5px;
}
#menu_item_lang_select li:last-of-type{
	border-right-style: none;
	padding-right: 0px;
}

#header_menu, #header_title{
	position: relative;
	display: block;
	margin: 5px;
}
#header_menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Make the menu list horizontal*/
#header_menu ul li { display: inline; }

/* Remove underlines from menu list items */
#header_menu_left ul li a { 
	text-decoration: none;
	padding: .5em 1em;
	color: #fff;
	background-color: #F18D2B;
	border-radius: 5px;
	
}
#header_menu_left a:hover{
	background-color: #f4bb82;
}

#logo_img{
	width: 50%;
	max-width: 300px;
}

#logo_name{
	text-align: center;
	color: #fff;
	background-color: #F18D2B;
	padding: 0px;
}
#logo_name h1{
	padding-top: 5px;
	padding-bottom: 5px;
}
#main_page{
	text-align: justify;
	max-width: 700px;
}
#main_page h2{
	border-top-width: 0.05em;
	border-top-color: rgba(0, 0, 0, 0.22);
	border-top-style: solid;
	padding-top: 0.5em;
}
#company_contacts ul li{
	list-style-type: none;
}
div.clearer {clear: left; line-height: 0; height: 0;}
.center {
    margin: auto;
    padding: 10px;
}

