﻿@media screen
{
	body
	{
		margin: 0px;
		padding: 0px;
		height: 100%;
		width: 1024px;
	}
	#languages
	{
		position: absolute;
		z-index: 10;
		top: 2px;
		left: 836px;
		margin: 0px 0px 0px 0px;	
	}
	#navigation
	{
		position: absolute;
		z-index: 10;
		top: 148px;
		left: 0px;
		margin: 0px 0px 0px 0px;	
	}
	#header
	{
		float: left;
		width: 100%;	
	}
	#content
	{
		margin: 5px 0px 0px 0px;
		padding: 0px;
		float: right;
		width: 1000px;
	}
	#footer
	{
		float: left;
		bottom: 10px;
		position: absolute;
		width: 1024px;	
		padding: 0px 0px 0px 20px;
	}
	#printHeader
	{
		visibility: hidden;
	}
}
