@charset "utf-8";
/* CSS Document */

#conteudo_receitas h2{
font-size:20px;
color:#666666;
}
#conteudo_receitas{
height:503px;
width:748px;
padding:15px;
*margin-top:-05px;
margin-top:-15px;
background-image:url(../imagens/fundo_listra.jpg);
background-repeat:repeat-x;
*margin-top:-05px;
font-size:12px;
color:#666666;
line-height:25px;
text-align:justify;
}
#esq_receitas{
width:450px;
height:400px;
overflow:auto;
float:left;
border:1px solid #999999;
padding:10px;
}
#esq_receitas img{
border:6px #666666 solid;
float:left;
padding:10px;
}

#dir_receitas{
float:left;
width:265px;
height:400px;
overflow:auto;
padding:05px;
}
#dir_receitas li{
list-style:square;
color:#00652B;
line-height:40px;
text-align:left;
}
#dir_receitas a{
color:#666666;
font-size:12px;
text-decoration:none;
}
#dir_receitas a:hover{
color:#999999;
}





