/* -- Munchies-- */

/*
#lx-page { overflow:auto; }
*/

/* -- Layouts -- */
#lx-page.lx-1s {}		/* One section (#pri) */
#lx-page.lx-2s {}		/* Two sections (#pri+#sec)*/
#lx-page.lx-3s {}		/* Three sections (#pri+#sec+#ter) */

/* -- Sections -- */
#lx-pri {}
#lx-sec {}
#lx-ter {}

/* -- Predefined widths (total/sec/ter) -- */

/* 970/240/0 */
#lx-page { width:970px; margin:0 auto; padding-right:8px; }
#lx-page.lx-2s #lx-pri { width:730px; float:right; }
#lx-page.lx-2s #lx-sec { width:240px; float:left; overflow:hidden; }

#lx-wrap { width:986px; }

