/********************************************************************************************************************************************
	DESIGN & LAYOUT
	- Changes will only effect the design layout, and content formating
********************************************************************************************************************************************/

@import url("layout.css"); 						/* Main layout design of of the site */
@import url("navigation.css"); 					/* CSS Styles applied to all elements in the navigation */
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/********************************************************************************************************************************************
	TEXT & PAGE FORMATING 
	- General formating styles for all text elements in the content
********************************************************************************************************************************************/

@import url("text_formating.css"); 				/* CSS Styles applied to all text elements in the content */
@import url("page_content.css"); 				/* CSS Styles applied to page related content */
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/




/********************************************************************************************************************************************
	INTERNET EXPLORER v6, v7
	- Style fixes for IE6 + IE7 browsers only
********************************************************************************************************************************************/

@import url("ie_layout.css"); 				/* Main CSS fixes for the IE6, IE7 browsers */
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/




/********************************************************************************************************************************************
	END
	Author: Simon J Lee
	2009 Caboodle Digital
	www.caboodledigital.co.uk
********************************************************************************************************************************************/
