/* 
    Document   : styles
    Created on : Nov 23, 2009, 11:07:00 AM
    Author     : Mario
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



body {
    font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
    font-size: 12px;
}

#top-slider {
    text-align: left;
}

#wrapper {
    margin: 0 auto;
    width: 950px;
}

#hd {
    height: 300px;
    margin-top: 10px;
}

#bd {
    font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
    font-size: 11px;
    margin-top: 10px;
}

#ft {
    margin-top: 10px;
}
