* /*Set's border, padding and margin to 0 for all values*/
{
    padding: 0;
    margin: 0;
    border: 0;
}
body, html 
{
    background-image: url(Imagens/fundo.jpg);
    color: #000000; 
    font-family: Arial, Verdana;
    background-color: #FFF; 
    text-align: center; /*** Centers the design in old IE versions ***/
    height: 100%;
}
body {
	font-size: 90%;
}
p {padding: 7px 0 7px 0;}


#mainContainer {
    width: 778px;
    margin: 0 auto;
    background: #FFFFFF;
    text-align: left;
}
/**************************
HEADER
**************************/
#header {
    padding: 0px;
}
#menu 
{
    height: 33px;
}

a.lkMenu
{
    color: #B73200;
    text-decoration: none;
}
a.lkMenu:hover
{
    font-weight: bold;
}
/**************************
CONTENT AND COLUMNS
**************************/
#content {
    width: 778px;
    background: #F4E48A;
}

#text
{
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
}

/**************************
FOOTER
**************************/
#footer {
    width: 778px;
    height: 27px;
    margin: 0 auto;
    background-color: #A06E49;
    color: White;
    background-image: url(Imagens/Footer.jpg);
    text-align: center;
    padding-top: 16px;
}


/**************************
Divs
**************************/
#dvPrincipal
{
    height: 100%;
}

#dvContato
{
    height: 350px;
}


#dvProdutos
{
    height: 100%;
}
