/* 
    Document   : lafamilia
    Created on : 17/05/2009, 18:38:30
    Author     : Administrador
    Description:
        Purpose of the stylesheet follows.
*/

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

* {
    margin: 0px;
    padding: 0px;
    font-family: "Verdana", "Arial", sans-serif;
    font-size: small;
}

.header {
    background-image: url("../_imgs/header_bg.gif");
    display: block;
    width: 100%;
    height: 65px;
}

.menu {
    background-image: url("../_imgs/menu_fundo.gif");
    display: block;
    float: left;
    width: 256px;
    margin-top: 10px;
    position: relative;
}

.content {
    background-image: url("../_imgs/content_bg.gif");
    width: 650px;
    display: block;
    float: left;
    margin-top: 10px;
    position: relative;
}

.content_text {
    padding-left: 10px;
}

.menuItem {
    margin-left: 10px;
    position: relative;
}