/*****************************************************

WEB SITE: Mulattieri Creation (http://www.mulattieri.it/)
TEMPLATE XHTML/CSS: Cristian Palmas
AUTHOR URI: http://www.cristianpalmas.it
GRAPHICS: Ernesto Trovato
GRAPHICS AUTHOR URI: http://friendsdesign.cristianpalmas.it
VERSION: 0.5
LAST UPDATE: 13/12/2008

CSS STRUCTURE

1) reset.css
        General reset of the default browser settings provided by
        Eric Meyer and modified by Cristian Palmas
        
2) typography.css
        Settings for general font dimensions, styles and spacings
        
3) layout.css
        Settings for the structure of the pages

4) color.css
        Settings for backgrounds and colors

*****************************************************/

@import "reset.css";
@import "typography.css";
@import "layout.css";
@import "color.css";
