/*
----------------------------------------------------------------------------------------------
AIB CONTROL StyleSheet
Author:   Alex Sandrey
Created:  20 Jul 2005
Updated:  20 Jul 2005

Version: 1.0

History:
20 Jul 2005 - Added 4 style sheets.
	structure: To hold the styles relating to the structure of the site.
	base : Main style sheet. To contain the presentation of the majority of the content.
	divlets: To hold styles relating to descret chunks of HTML
	bespoke: To hold any other styles that are used iregularly (such as home page quirks)
---------------------------------------------------------------------------------------------- */

@import url("structure.css");
@import url("base.css");
@import url("divlets.css");
@import url("bespoke.css");
