	#articleID-022 .inner
	{
		float:left;                   /* causes shrink wrapping  */
		background-color:#bbb;

	}

	#articleID-022 .outer
	{
		width:200px;
		background-color:#ddd;
		overflow:auto;				/* for clearing the float*/
		font-size:16px;
	}