﻿#contentwrapper{
float: left;
width: 100%;
}
/*Content Style*/
#content{
margin: 5px 152px 0 158px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#division{
margin: 5px 152px 0 158px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
/***end of content style***/

/***start left menu styling ***/
#leftMenu
{
	float: left;
	width: 158px; /*Width of left column*/
	margin-left: -100%;
}
/***end left menu styling ***/

/***start rightMenu styling***/
#rightMenu
{
	float: left;
	width: 150px; /*Width of right column*/
	margin-left: -156px; /*Set left marginto -(RightColumnWidth)*/	
	/*need an IE hack here (see masterpage for hack)***/
}
/***end rightMenu styling ***/

/** footer styling **/
#footer
{
	clear: left;
	width: 100%;
}
/*end footer styling --- */


