body{
	 background:#f9bd07 url(img/fundo.png);
	 margin:0;
	}
#site{
	border:0;
	padding:0;
	margin:0 auto;
	width:748px;
	}

img{border:0; padding:0; margin:0;}	

/* Topo */
#cabe{
	width:748px;
	height:157px;
	margin-bottom:5px;
	}
#topo{
	width:748px;
	height:130px;
	background:url(img/topo.jpg);
	margin:0;
	padding:0;
	border:0;
	}
	
#bandeira {
	position:relative;
	top:4px;
	left:690px;
	width:50px;
	height:15px;
	}

/* Fim Topo */

/* Menu */

#menu { width:748px; height:27px; margin:0; padding:0; border:0; float:left;}
#menu ul{padding:0; margin:0;}
#menu li{float:left; list-style:none;}
#menu li a{
	display:block;
	background:#7ba7dd url(img/botao.png) repeat-x;
	height:27px;
	width:91px;
	text-align:center;
	color:#FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	line-height:25px;
}

#menu li a:hover{
	display:block;
	background:#fcc931 url(img/botao_over.png) repeat-x;
	color:#000;
}

#barra1{width:147px; height:27px; float:left;}
#barra2{width:146px; height:27px; float:right;}

/* Fim Menu */

/* Conteudo */
#conteudo {width:748px;}
#rodape_cont{
	width:748px;
	height:38px;
	background:url(img/rodape_cont.jpg);
	}

/* Rodape */

#rodape{
    width:748px;
    height:40px;
    background:url(img/rodape.png);
    margin-top:5px;
    font:10px Arial, Helvetica, sans-serif;
    color:#CCCCCC;
    text-align:center;
    line-height:20px;
    }
#rodape a{
    color:#CCCCCC;
    font:bold 12px Arial, Helvetica, sans-serif;
    text-decoration:none;
    }
#rodape a:hover{
    color:#CCCCCC;
    font:bold 12px;
    text-decoration:underline;
    }	
	
/* Fim Rodape */
