div#cabecalho{
background-color: #696969;
width: 96,5%;
height: 250px;
padding-left: 50px;
padding-top: 30px;
color: black;
font-size: 50px;
border-radius: 15px 15px 0px 0px; 
line-height: 0px;

}

div#menu{
float: left;
width: 150px;
height: 805px;
background-color: #BEBEBE;
margin-top: 1px;

}

div#conteudo{
float: left;
width: calc(100% - 155px);
padding-left: 1px;

}

div#rodape{
position: relative;
color: white;
background-color: #696969;
text-align:center;
width: 100%;
height: 50px;
padding-top: 25px;
border-radius: 0px 0px 15px 15px; 
}

div.produtos{
background-color: #D3D3D3;
width: 250px;
height: 250px;
padding-left: 8px;
padding-top: 4px;
float: left;
margin-left: 10px;
margin-top: 10px;
}

b#produto{
color: gray;
font-size: 30px;
}



td{
padding-left: 8px;
padding-top: 4px;
padding-bottom: 4px;
}

table{
border: 1px solid #D3D3D3;
border-collapse: collapse;
width: 96%
}

table#contato{
margin-left: 15px;
}

ul {
   
    list-style: none;
}

li{
 color: white;
 text-align: left;

 
}


a:link{text-decoration:none;}
a:hover{background-color:#696969;}

b#texto{
float: right; width: 70%;



}

embed{
width: 300px;
height: 60px;
float: right;
color: #696969;
}