#tabCommentary {
	display: none;
	height:20px;
	background-color: beige;
	color: black;
	font-style: oblique;	
}
#welcome {
	margin-bottom:20px;
}
#central #welcome p {
	color:#006e82;
	font-size: 12px;
}

#world-wrapper {
	width: 100%;
}
/*
#world div {
	border:1px solid red;
}
*/
#world {
	width: 100%;
}
.world-row {
	width: 100%;
	clear:both;
}
.world-left {
	float: left;
	width: 49%;
}

.world-left .world-image {
	margin-bottom: 8px;
	margin-left: 17px;
	float: right;
}
.world-left .world-text {
	margin: 10px 0px 8px 0px;
	text-align: right;
	/*height:100%;*/
}
.world-right {
	float: right;
	width: 49%;
}
.world-right .world-image {
	margin-bottom: 8px;
	margin-right:17px;
	float: left;
}
.world-right .world-text {
	margin: 10px 0px 8px 0px;
	text-align: left;
	/*height:100%;*/
}

