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



body {

}

#RSGheaderCONTAINER { 
	position:relative;
	clear:both;
	}
	
	
#RSGheaderINSIDE {
	position:relative;
	}

#RSGpageCONTAINER {
float:left;
}

#RSGpageCENTER{
/*	width:80%; */
	float: right; 

}

#RSGpageLEFT {
/* width:20%; */
float:left;

}

#RSGpageRIGHT {
	float:left;
}


#RSGclearpageOUT{
  position: relative;
  clear: both;
}

#RSGfooterCONTAINER { 
	position:relative;
	clear:both;
	}
	
	
#RSGfooterINSIDE {
	position:relative;
	}

