@media screen
{
	div#header
	{
		background: #666;
		height: 25px;
	}

	div#header a
	{
		color: #FFF;
	}
	
	div#header_inset
	{
		padding: 0 50px;
		color: #FFF;
		font-size: 10px;
		line-height: 25px;
	}
	
	div#language a
	{
		background: url(/_elements/inactive.gif) no-repeat 0 1px; padding: 0 10px 0 15px;
		display: none;
	}
	
	div#language a.active
	{
		background: url(/_elements/active.gif) no-repeat 0 1px; padding: 0 10px 0 15px;
		display: none;
	}
}