html{margin:0px;height:100%;}
body {
	background:#ffffff url(../layout-images/bg.jpg) repeat-x;
	margin:0px;
	height:100%;
}

#wrapper{
	width:100%;
	min-height: 100%; 
    height: auto !important; 
    height: 100%; 
	background:url(../layout-images/bg-menu.jpg) repeat-y left top;
}

#headerWrapper{width:800px;height:184px;}
#logo, #logoen{
	width:212px;
	height:184px;
	background:url(../layout-images/bg-logo.jpg) no-repeat;
	float:left;
	cursor:pointer;
}
#logofr{
	width:212px;
	height:184px;
	background:url(../layout-images/bg-logo-fr.jpg) no-repeat;
	float:left;
	cursor:pointer;
}
#logoes{
	width:212px;
	height:184px;
	background:url(../layout-images/bg-logo-es.jpg) no-repeat;
	float:left;
	cursor:pointer;
}

#header{
	width:588px;
	height:184px;
	background:url(../layout-images/bg-header.jpg) no-repeat;
	float:right;
}

#contentWrapper{
	width:100%;
	background:url(../layout-images/bg-text.jpg) repeat-x;
}

#contentWrapperInside{
	width:800px;
}
	
#menuWrapper{
	width:212px;
	background:url(../layout-images/bg-menu-top.jpg) no-repeat left top;
	float:left;
	padding-bottom:10px;
}
#content{
	width:588px;
	float:right;
}

#minimenu{
	text-align:right;
	padding-top:7px;
	padding-bottom:23px;
}

#contentLeft{
	width:450px;
	float:left;
}

#contentRight{
	width:107px;
	float:right;
	text-align:center;
	padding-top:16px;
	padding-left:31;
}

#languagebar{
	float:right;
	padding-top:2px;
}

#iconbar{
	float:right;
	padding-top:1px;
}

#clear{
	clear:both;
}

#footer{
	width:100%;
	text-align:center;
	font-size:8pt;
	padding-top:8px;
	padding-bottom:6px;
}
