#RSGmenuNAV {
	display:none;
}

#RSGclearpage {
	clear:both;
}

#RSGpageCONTAINER
{
	/* reserves space for the left and right columns. you can use either
	 * padding, margins, or borders, depending on your needs. however you
	 * can use the border method to create a background color for both left
	 * and right columns
	 */
/*	border left: solid 14em red;   */                        /* width/color of left column */
/*	border right: solid 14em yellow; */				/* width/color of right column */
}


#RSGpageCONTAINERinside
{
/*	border: solid 1px #fff; */
/*	border-width: 0 1px; */
/*	margin: 0 -1px;		/* compensate for the borders because of
				   100% width declaration */
	width: 100%;
	z-index: 1;
}
#RSGpageLEFT, #RSGpageCENTER, #RSGpageRIGHT, * html #RSGsection
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
#RSGsection
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
}
#RSGpageCENTER
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
}
#RSGpageLEFT
{
	float: left;
/*	margin: 0 1px 0 -14em; 	/* width of left column */
/*	width: 14em;		/* width of left column */
	z-index: 4;

}
#RSGpageRIGHT
{
	float: right;
/*	width: 14em;		/* width of right column */
/*	margin: 0 -14em 0 1px;	/* width of right column */
	z-index: 2;

}

#RSGpageLEFTinside, #RSGpageCENTERinside, #RSGpageRIGHTinside {
	position:relative;
	clear:both;
}
