body {
    background: url(../img/bg.jpg) repeat-x;
}

.clear {
    clear:both;
}

#tudo {
    width: 100%;
    
}

#menu{
    margin:0 auto;
    width:752px;
    height:164px;
}

#conteudo {
    background: white;
    width:770px;
    margin:0 auto;
	padding-bottom: 10px;
}

#banner {
    background: yellow;
    width: 725px;
    height: 150px;
    margin:0 auto;
}

#destaques_noticias {
    padding-top: 20px;
    width: 725px;
    height: 357px;
    margin:0 auto;
}

#destaques {
    float:left;
    width: 337px;
    margin:0 auto;
    height: 284px;
    padding-top: 54px;
    padding-left: 17px;
    background: url(../img/div_destaques.jpg) no-repeat;
}

#noticias_topo {
    float:right;
    background: url(../img/tit_noticias.jpg) no-repeat;
    width: 328px;
    height: 32px;

}

#noticias {
    float: right;
    width: 328px;
    height: 200px;
}

#noticias p {
    padding: 10px 0 10px 5px;
    border-bottom: 1px dashed #aaacab;
}

.botao {
    float: right;
    margin-bottom: 5px;
}

#noticias span {
    font-weight: bold;
}

#noticias_rodape {
    float:right;
    background: url(../img/img_noticias_rodape.gif) no-repeat;
    width: 328px;
    height: 9px;
}

#rodape {
    width:770px;
    margin:0 auto;
    color:#fff;
    font-family: monospace;
}

#rodape .direitos {
    float:left;
    padding: 15px 0 15px 10px;
}

#rodape .email {
    float: right;
    padding: 15px 10px 15px 0;

}

.email a {
    color: #fff;
}

#bndes {
	padding-top: 40px;
	width: 725px;
	height: 95px;
	background: url(../img/banner_bndes.jpg) no-repeat;
	margin: 0 auto;
}

#cartao {
	float: left;
	margin-left: 90px;
	width: 180px;
	background: url(../img/seta_direita.jpg) no-repeat left center;
	padding-left: 20px;
	border-right: 2px solid black;
}

#catalogo {
	float: left;
	margin-left: 20px;
	width: 200px;
	background: url(../img/seta_direita.jpg) no-repeat left center;
	padding-left: 20px;
}

