/*****************************************************

WEB SITE: http://www.agriturismosanvalentino.it/

TEMPLATE XHTML/CSS: Cristian Palmas (http://www.cristianpalmas.it)
GRAPHICS: Ernesto Trovato (http://friendsdesign.cristianpalmas.it)
VERSION: 1.0
LAST UPDATE: 22/02/2009

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";