#HEADER{
	position:relative;
	border-bottom: 2px solid navy; 
	color:#E0E0E0;
	background:#143D55;
	width:760px; 
	margin-left:auto; 
	margin-right:auto;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	padding-bottom: 15px;
}
#HEADER  #PIC{ 
	height:130px; 
	background-repeat: no-repeat;  
	background-color: #4492C8;  
	border-top: 3px solid Black; 
	border-bottom: 3px solid Black; 
}

#HEADER #MENU{position:relative;height:33px;font-size:10px;text-transform:uppercase;font-weight:bold;background:transparent url(menu_bg.gif) repeat-x bottom left;padding:0 0 0 20px;}
#HEADER #MENU ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#HEADER #MENU ul li{display:block;float:left;margin:0 1px;}
#HEADER #MENU ul li a{display:block;float:left;color:#EAF3F8;text-decoration:none;padding:0 0 0 20px;height:33px;}
#HEADER #MENU ul li a span{padding:12px 20px 0 0;height:21px;float:left;}
#HEADER #MENU ul li a:hover{color:#fff;background:transparent url(menu_bg-OVER.gif) repeat-x bottom left;}
#HEADER #MENU ul li a:hover span{display:block;width:auto;cursor:pointer;}
#HEADER #MENU ul li a.current,#dolphinnav ul li a.current:hover{color:#fff;background:#1D6893 url(menu_left-ON.png) no-repeat top left;line-height:275%;}
#HEADER #MENU ul li a.current span{display:block;padding:0 20px 0 0;width:auto;background:#1D6893 url(menu_right-ON.png) no-repeat top right;height:33px;}

#HEADER #LANG{
	position: absolute;
	left: 700px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4D4D4D;
}
#HEADER #LANG a {
	padding: 3px 10px;
	display: inline;
	text-align: center;
	height: 16px;
	width: 77px;
}
#HEADER #LANG a:hover{text-decoration: none;}

#HEADER #SEARCH {
	position: absolute;
	left: 585px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4D4D4D;
}

#FOOTER{	
	clear: both;
	position: relative;
	height: 46px;
	width:760px;
	line-height: 46px;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;  
	margin-left:auto; 
	margin-right:auto;
	margin-top: 10px;
}
#FOOTER p{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding-top: 10px;
	margin-right: 10px;

}
#FOOTER a{ color: #76DEFC; }
#FOOTER a:hover{ color: white; text-decoration: underline; }

