/* File name: imports_fw.css                        */
/* Author: Curtis Clark                             */
/* Maintained by: webteam@csupomona.edu             */
/* Last modified: 2008-06-24                        */
/* Purpose: Stylesheet for CPP web templates v. 4.2 */
/* Stylesheets for full-width template.
   Importing the constituent style sheets hides them from Netscape 4 */

@import url(colors.css);		/* Common to all page types  */
@import url(width.css);          /* Common to all page types  */
@import url(chrome.css);		/* Common to all page types  */
@import url(content_area.css);		/* Common to all page types  */
@import url(topmenu_stub.css);		/* No horizontal menus at top of page */
@import url(fullwidth.css);		/* For full-width page */

