/* Two Column CSS */
/* wrapper area (center) */
#topcontent{
	float:left;
	padding-right:0;
	background-image:none;
}
#topcontent ul#breadcrumbs{
	float:left;
}
#topcontent #iconsection{
	margin-left:730px;
}
#contentcolumn{
	margin:7px 25px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#contentwrapper{
	width: 950px;
}
#leftcolumn{
	margin-left:-950px; /*Set margin to that of -(MainContainerWidth)*/
}
