/* CCI-core.css */
/* Integrates layout, type and control divs	. */

/* -core   	--integrates layout, type and control divs									*/
/* -layout 	--controls positioning for all major and minor elements in page				*/
/* -type   	--controls typographical style elements										*/
/* -content --controls data contained within a div, e.g. tabular data, buttons, etc.	*/
/* -images  --contains images used throughout skin                                      */

@import "cci-layout.css";
@import "cci-content.css";
@import "cci-type.css";
@import "cci-images.css";
