

html
{
	margin: 0;
	padding: 0;
}

.hidden
{
	display: none;
}

#container
{
	border-color: yellow;
	border-style: solid;
	border-width: 5px;
	
	margin: 0 auto;
	width: 950px;
}

#header
{
	border-color: blue;
	border-style: solid;
	border-width: 1px;
	
	
	width: 950px;
	overflow: auto;

}

#banner	
{
	width:200px;
	float: left;

	position: relative;
	top: 20px;
	left: 100px;
	
}

#banner img
{
	width: 500px;
}

#language-box
{
	
	float: right;
	margin-right: 30px;
	
}

#language-box li
{
	list-style: none;
}

.outlink
{
	float: right;
	top: 0px;
	right: 0px;
	margin: 10px;
}

#navigation
{
	border-color: purple;
	border-style: solid;
	border-width: 1px;
	
	width: 950px;
}

#navigation ul
{
	width: 50%;
	margin-left: auto;
	margin-right: auto
}


#navigation li
{
	padding: 5px;
	display: inline;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

#slider
{
	border-color: green;
	border-style: solid;
	border-width: 1px;
	
	width: 500px;
	margin: 0 auto;
}

#footer
{
	clear: both;
	
	border-color: red;
	border-style: solid;
	border-width: 1px;
	
	height: 125px;
	position: block;
}

#copyright
{
	float: left;
}

#sitemap
{
	float: right;
	
}

#sitemap li
{
	list-style: none outside none;
}
