body
{
	background-color: #C0C0C0;
	font-family: Arial;
	font-size: 90%;
	color: black;
}

p
{
	font-family:Arial;
	font-style: italic; 
	font-size:17px;
	color:white;
	margin: 10px;
	text-indent:50px;"
}

#container
{
	width: 100%;
	background-color:#C0C0C0;
}

#header
{
	margin: 0 auto; 
	width: 1120px; 
/*	background-color: blue; */
}

#title
{
	position: relative; 
	top: -55px; 
	left: 70px; 
	width:450px; 
	height: 40px;
}

#update
{
	position: relative; 
	top: -30px; 
	left: 600px; 
	width:200px; 
	height: 30px;
}

#language
{
	position: relative; 
	top: -30px;
	left: 375px; 
	width:70px; 
	height: 40px;
/*	background-color: yellow; */
}

#language_other
{
	position: relative; 
	top: -8px;
	left: 375px; 
	width:70px; 
	height: 40px;
/*	background-color: yellow; */
}

#language_other_en
{
	position: relative; 
	top: -38px;
	left: 975px; 
	width:70px; 
	height: 40px;
}

#navigation
{
	position: relative; 
	top: 15px; 
	left: -1045px;
	float: left;
	width: 1120px;
	height: 26px;
	background:#333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
	font-style: italic;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color:#fff;
	text-decoration: none;
	border-right: 1px solid#fff;
}

#navigation li a:hover 
{ 
	background-color:#383;
	}
	
#content
{
	position: relative;  
	top: 2px; l
	left: 0px; 
	float: left;
	width: 1120px;
	height:720px; 
	border: 0px;	
}

#footer
{
	clear: left;
	position: relative;  
	width: 1120px;
	height: 17px;;
	top: 6px; 
	left: 0px; 
	font-size: 14px;;
	color:black; 
	font-style: italic;
	text-align: center;	
	
}