/**** MAIN LAYOUT ****/


body {
	
}

.RSGmenuTOPinactive a:hover {
font-weight:bold;

}

#RSGall {
	width:800px;
}

#RSGheaderCONTAINER { 
	width:800px;
	}
	
	
#RSGheaderINSIDE {
	}

#RSGpageCONTAINER {
	width:800px;
	}


#RSGpageCENTER {	
	width:600px;		/* CenterColumn width */
}

#RSGpageLEFT {
	width:200px;	/* LeftColumn width */
	background-color: transparent;
}


#RSGpageRIGHT {
display:none;	
       /* RightColumn width */
   	margin-right: 0;   /* negative RightColumn width */
}


