/* content area is 650px wide */
/*

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


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