/*
Theme Name: Real Dreams
Theme URI: http://www.real-dreams.it/
Description: Luxury cars and boats
Author: W3B - http://w3b.it
Version: 0.1 
Tags: CMS, sidebar, fixed-width, no-comments, custom fields, custom post order, custom-menu 

The CSS, XHTML and design is a copyright of W3B.
*/

/* Main css */
@import url('css/main.css');

/* Reset browser defaults */
@import url('css/reset.css');

/* Apply basic typography styles */
@import url('css/typography.css');

@import url('css/zoom_image.css');

HTML, BODY
{
    margin: 0;
    padding: 0;
    color: #333333;
    height: 100%;
    text-align: left;
    font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
}