/*---{ Imports )-------------------------------------------------------*/

@import "news.css";

/* ---------- */

/* langNav */

#langNav
{
	position: absolute;
	z-index: 1;
	right: 33px;
	top: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;	
}

#langNav li
{
	padding: 0 8px 0 0;
	margin: 0 0 0 0;
	list-style: none;
	float: left;
	height: 1%;
}

#langNav li a
{
	padding: 0;
	margin: 0;
	float: left;
	color: #6ac1e3;
	height: 1%;
	font-size: 85%;
}

#langNav li a img {
	border: 0;
}

/* ---------- */

#headerImg{
	position: absolute;
	top:149px;
	left:11px;
	width: 758px;
	height: 124px;
	background: transparent url(../images/header/headerImgBack2.jpg) no-repeat top center;
}

/*image replacement headerImg*/

#headerImg H1{
	position:absolute;
	bottom:0px;
	margin: 0px;
	padding: 0px;
	background-color: White;
	width:538px;
	height: 40px;
}

#headerImg H1 span{
	display: none;
}

#home #content {
	width: 678px;
	padding-right: 51px;
}

#home #sidecol {
	display: none;
}
