a.header_home{
	float:					left;
	display:				block;
	width:					250px;
	height:					60px;
	text-decoration:		none;
}
div.header_top {
	background-image:		url('../images/logo.png');
	background-repeat:		no-repeat;
	min-height:				60px;
	
	margin-bottom:			20px;
	
	margin-left:			auto;
	margin-right:			auto;
}
div.header_top_lang{
	float:					right;
	background-color:		#d6d6d4;
	width:					60px;
	height:					30px;
	padding:				0px 10px;
}
div.header_top_lang a{
	float:					left;
	display:				block;
	width:					30px;
	height:					30px;
	line-height:			25px;
	text-align:				center;
	text-decoration:		none;
	font-size:				13px;
	font-weight:			bold;
	color:					#2b3a92;
}
div.header_top_lang a:hover, a.header_top_lang_selected{
	color:					#f15c2a !important;
}
div.header_top_text{
	float:					right;
	background-image:		url('../images/header_top_fade.png');
	background-repeat:		repeat-y;
	width:					530px;
	min-height:				20px;
	padding:				5px 10px;
	font-style:				italic; 
	font-weight:			bold;
	font-size:				10px;
	line-height:			13px;
	color:					#666666;
	margin-top:				0px;
}
div.header_top_text p{
	margin:					0px;
	padding:				2px;
}

div.header{
	background-image:		url('../images/header_1.png');
	background-repeat:		no-repeat;
	height:					138px;
}

