	/* browser reset */

	#articleID-023 .outer
	{
		height:100px;           /* or whatever height you prefer */
		font-size:2em;          /* set this to whatever you like */
		width:300px;
		background-color:orange;
		margin:0 auto;
	}

	#articleID-023 .middle
	{

		margin:90px 0 0 0;      /* push down under the outer-box. For fixed pixel
		                           based spacing below the text use a lower
		                           value than the outer box's width  */
		float:left;             /* required for standard browsers !!! */
		width:100%;				/* whatever you like */
		height:auto;            /* required reset */
		padding:0;              /* required reset */

		background-color:blue;


	}

	#articleID-023 .inner
	{
		margin:-1.2em 0 0 0;    /* reducing this may result in overflow problems
		                           with below baseline glyphs
		                           depending on the browser */
		white-space:nowrap;
		background-color:yellow;
	}

