/* Layout224.css */

/* page layout
==============*/

#text1
{
float: left;
	width: 184px;
	margin-right: 8px;
/*
/*this width is three grid columns plus three gutters.  */
/*Hence another div inside with 12px right padding to  */
/*give the third gutter. This can be overridden to  */
/*allow items to stretch across all cols and the gutter. */
}

#text2
{
float: left;
width: 356px;
}
#text1 div, #text2 div, #text1 ul, #text2 ul
{
	padding: 0 12px 0 0;
}
#text1 ul, #text2 ul
{
margin: 0;
margin-left: 1em;
}

#text1 h3
{
padding-right: 1em;
}

