html {heigth:100%;}
body {
	height:100%;
	background-color:#FFF;
	margin: 0;
	padding: 0;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	color: #333;
	min-height:100%;
}
#linha_topo		{
	width: 100%;
	height: 5px;
	background-color: #CCC;
	background-repeat: repeat-x;
}
#topo {
	position: absolute;
	width: 100%;
	height:450px;
	background-image:url(images/fnd_topo.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:center;
}
#topo_interna {
	position: absolute;
	width: 100%;
	height:250px;
	background-image:url(images/fnd_topo_interna.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:center;
}
#menu {
	width:920px;
	margin-top:20px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#logo {
float: left;
margin-left:50px;
}
#itens {
	float:left;
	margin-top: 60px;
}
#conteudo {
	min-height:100%;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	margin-top:238px;
	position:relative;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	color: #333;
	min-height:100%;
	text-align:center;
}
#titulos {
	width: 870px;
	margin-top: 0px;
	margin-right:20px;
	margin-left:20px;
	text-align:left;
}
#cont1 {
	float:left;
	width: 500px;
	margin-top: 0px;
	margin-right:30px;
	margin-left:20px;
	text-align:left;
	font-size: 14px;
}
#cont2 {
	float:left;
	width:310px;
	margin-left: 30px;
	margin-right:20px;
	margin-top:0px;
	text-align:left;
}
#cont3 {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	margin-top:705px;
	margin-bottom:60px;
	text-align:center;
	background-color:#CCC
}

#footer {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #C00;
	text-align:center;
	position:absolute;
	}

#footer_pouco_conteudo {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	bottom:0;
	background-color: #C00;
	text-align:center;
	position:absolute;
	}
	
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #FC0;
}
a:active {
	text-decoration: none;
	color: #FC0;
}
.titulo {
	font-size: 16px;
	color: #C00;
	font-weight: bold;
	font-style: italic;
}
.texto {
	font-weight: normal;
	text-align: left;
	color:#333;
	font-style: normal;
	font-size: 14px;
}
.texto_ropade {
	color: #FFF;
	text-align: center;
	color:#FFF
}