.clearfloat
{
 	content:".";
	display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}
div.clearfloat {  height: 0;     padding: 0;     border: 0;     clear: both;     visibility: hidden; }


#global{
	width:950px;
	margin:0 auto;
}

#right {
	float:right;
	width:204px;
	overflow:hidden;
}

#header{
	width:100%;
	clear:both;
	position:relative;
}
	#header #mainNav{
		position: absolute;
		left:360px;
		top:10px;
	}
	
	#header #langNav{
		position: absolute;
		right:0px;
		top:10px;
	}
	
	#header ul{
		list-style-type:none;
	}
	#header ul li{
		display:inline;
	}

#contentWrapper{
	width:725px;
}

	#contentWrapper div.branding{
		width:725px;
		height:259px;
	}
	
	

#footer{	
	width:950px;
	height: 27px;	
	margin-top:15px;
	padding-top:10px;
}

div.blocCentre{
	float: left;
	width:310px;
}
