/* content area is 650px wide */

/*

---------------
|        |    |
|        |    |
|        |    |
|        |    |
|        |    |
---------------


*/

#mainContent{
	float:left;
	/* l/r padding+width must equal 404px */
	width:344px;
	padding:30px;
	background-image:url(../../images/content_separator.gif);
	background-position:right;
	background-repeat:repeat-y;
}
#supportingContent{
	float:left;
	/* l/r padding+width must equal 246px */
	width:186px;
	padding:30px;
}