*{
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../imagens/topo.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	text-align: justify;
	line-height: 18px;
}

#global{
	width: 820px;
	margin: auto;
	overflow:visible;
}

/*TOPO*/
#topo{
	width: 820px;
	background-image: url(../imagens/topo_fundo.jpg);
	background-repeat: no-repeat;
	margin: auto;
	height:460px;
}

#logo{
	background-image: url(../imagens/logo.jpg);
	background-repeat: no-repeat;
	width:257px;
	height:132px;
	margin-left: 15px;
	_margin-left: 8px;
	margin-right: 20px;
	float: left;
}

#icones{
	float:right;
	width: 300px;
	color: #FFF;
}

#letreiro{
	float: left;
	padding-top: 45px;
	padding-left: 70px;
}

#icones img{
	padding-left: 5px;
}

#menu{
	margin-top: 70px;	
	_margin-top: 86px;
	margin-left: 30px;
}

#FlashID2{
	margin-right: 23px;	
}

#FlashID3{
		margin-right: 23px;	
}

#FlashID4{
		margin-right: 23px;	
}

/*CONTEUDO*/
#conteudo{
	padding-top:20px;
	width: 780px;
	margin: auto;
}

#conteudo_novo{
	margin-top:-300px;
}

a:link{
	text-decoration: none;
	color: #666;
}

a:visited{
	text-decoration: none;
	color: #666;
}

/*RODAPE*/
#rodape{
	background-image:url(../imagens/rodape.jpg);
	background-repeat: repeat-x;
	height: 75px;
	clear: both;
	text-align: center;
	margin-top: 30px;
}

#alinhamento{
	width: 820px;
	margin: auto;
	clear: both;
}

#text_rodape {
	color:#FFF;
	text-align: justify;
	padding-top: 35px;
	padding-left:40px;
	width:650px;
	float: left; 
	font-size: 12px;
}

#info {
	float: left;
	padding-top: 35px;
	padding-left: 25px;
}

img{
	border: 0px;
}