#header .header
{
	position:relative;
	height:71px;
	background:#E8EFF5 url('/i/header_bg.jpg') repeat-x;
}

	#header .logo
	{
		position:absolute;
		width:300px;
		left:10px;
		top:0;
	}
	
	#header .links
	{
		position:absolute;
		top:25px;
		right:15px;	
		text-align:right;
	}
	
		#header .links ul li
		{
			display:inline;
			float:left;
			width:auto;
			padding:2px 10px;
			background:transparent url('/i/header_li.gif') no-repeat right center;
		}
		
			#header .links ul li a
			{
				font-weight:bold;
				text-decoration:underline;
				color:#116796;
				font-weight:bold;
			}

			#header .links ul li.last
			{
				background:none;
			}


				#header .links ul li.last a
				{
					text-decoration:none;
					color:#999;
				}
	
	#header .header_photo
	{
		height:122px;
		background-image:url('/i/header_summer.jpg');
		background-repeat:no-repeat;
	}

	#header .langs
	{
		position:absolute;
		top:20px;
		right:40px;
	}
	
		#header .langs a
		{
			color:#000;
		}
