*
{
	margin			: 0;
	padding		: 0;
	font-family		: Verdana;
	font-size		: 12px;
}

body
{
	background-color		: #222222;
}

div.wrapper
{
	width			: 900px;
	margin			: auto;
}

div.header
{
	height			: 10px;
}

div.toolbar
{
	background-color	: #f5f5f5;
	height			: 75px;
	background-position	: bottom;
	background-repeat	: repeat-x;
	background-image	: url('../images/split.png');
}
	div.toolbar div.logo
	{
		float			: left;
		margin-top		: 15px;
	}
	
	div.toolbar div.menu
	{
	
	}

		div.toolbar div.menu a
		{
			color			: #000000;
			font-size		: 130%;
			text-decoration	: none;
			display		: block;
			padding		: 28px;
			width			: 54px;
			text-align		: center;
			font-family		: Arial;
			font-weight		: bold;
		}
		
		div.toolbar div.menu a:hover
		{
			background-position	: center 26px;
			background-repeat	: no-repeat;
			background-image	: url('../images/menu-a-bg.png');
		}
			
		div.toolbar div.menu ul
		{
			list-style-type	: none;
			margin-left		: 350px;
		}
		
	
			div.toolbar div.menu ul li
			{
				float			: left;
			}
			
						
		
div.main
{
	background-color	: #f5f5f5;
	padding-top		: 20px;
	padding-bottom	: 100px;
}

	
	
	
div.footer
{
	height				: 80px;
	color				: #7e7e7e;
}

	div.footer div.logo
	{
		float			: left;
		margin-top		: 5px;

	}
	
	div.footer div.menu
	{
		float			: left;
		margin-left		: 50px;
		margin-top		: 10px;
	}
	
		div.footer div.menu a
		{
			color			: #7e7e7e;
			text-decoration	: none;
		}







	div.lang-footer
	{
		text-align		: center;
		margin-top		: -32px;


	}

	div.lang-footer select
	{
		width			: 260px;
	}
	









