/* ==
=
= This css file is the only one that should be link to from the website
= All other files are accessed via @import rules in this file.
=
= base/tools.css contains the most common elements like clearfix, skiplinks,...
= styles/page.css contains the styling of the website
= print/print.css is the print stylesheet
=
=============================================================================== */
@import url("base/tools.css");
@import url("styles/page.css");
@import url("styles/legacy.css");

/* when a media type is specified ('print' in this case) IE6 goes coocoo, so the print styles were moved back to the head of the document 

@import url("print/print.css") print;

*/