#article {
	width: 720px;
	text-align: justify;
	overflow: hidden;
}

	div.one,#columniser {
		max-height: 435px;
		width: 15600px !important;
		/* for the explanation of this value, see Arpia.be or the CSS3-Multi-Column Javascript */
		/* it is necessary to mention it in Opera's CSS! */
		overflow: hidden; /* note the difference here with IE */
		margin: 0;
	}
	div.two {
		column-count: auto;
		column-width: 330px;
		column-gap: 60px;
		max-height: 430px;
		overflow: hidden; /* note the difference here with IE */
		margin: 0 0 0 0px;
		padding: 0;
		padding-left: 0px;
		padding-top: 4px;
	}
		div.two .columns, div.two .wrapper {
			width: 330px !important;
			height: 430px !important;
			/* to make sure we override any settings the Javascript might wish to apply */
			/* despite our best intentions (such as making the DIVs shorter in height) */
		}
		.columns {
			padding-left: 0 !important;
			padding-right: 60px !important;
			/* switching the padding enables us to avoid certain layout issues that arise when turning pages */
		}
