/* CSS Document - Na ordem de aparição da estrutura */
html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	background-color:#FFF;
	background:url(../img/topo.jpg) no-repeat top center;
}

body
{
	width:100%;
	text-align:left;
}
#topo{
	width:950px;
	height:195px;
	margin:0px auto;
	text-align:left;
}
#main{
	float:none !important; /* se mudar o float, a estrutura não irá se alinhar corretamente*/ 
	width:950px;
	margin:0px auto;
	position:relative;
}

#main #menu_left{
	float:left;
	width:195px;
	height:600px;
	background-color:#F8F8F8;
}
#main #content{
	float:left;
	width:720px;
	margin:0px auto;	
	padding-left:35px;
}


#main #footer{
	float:right;
	width:710px;
	height:165px;
	margin:0px auto;
	margin-top:20px;
	padding:16px 2px 20px 0px;
	background-color:#FFF;
	border:5px solid #E9E1E5;
}
#footer .bloco-rodape{
	width:220px; 
	height:170px;
	border-right:1px solid #e9e1e5; 
	float:left; 
	padding-right:5px;
	padding-left:10px;
}
.bloco-rodape p{
	line-height:20px;
}
.bloco-rodape .subtitulo-2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#999;
}

/* TOPO */
#logo_topo {
	padding:30px;
}
#banner_topo {
	margin:30px 0px 0px 0px;
}
#conteudo_topo_esquerda{
	width:191px;
	height:195px;
	margin-left:1px;
	float:left;
}
#conteudo_topo_direita{
	float:right;
	text-align:center;
	padding-right:50px;
}

/* CAPA */
h3{font-weight:normal;}
.bloco-logos{
	float:left;
	padding-top:23px;
	padding-bottom:25px;
	border-right:1px solid #e5e5e5;
	background:url(../img/logos-background.gif) repeat;
}
.bloco-noticias{
	width:420px;
	float:left;
}
.bloco-noticias p{
	line-height:20px;
}
.data{
	font-size:13px;
	font-weight:normal;
	color:#999;
}
.bloco-sindical{
	width:230px;
	padding-left:30px;
	float:left;
}
.selos-capa{
	float:right;
	padding-right:120px;
	padding-top:20px;
}
.bloco-imagem{
	float:left;
	width:65px;
}
.bloco-banner{
	float:left;
	text-align:center;
	width:205px;
	height:74px;
	padding:5px;
	padding-top:3px;
	border-top:3px solid #f2f2f2;
	border-left:3px solid #f2f2f2;
	border-bottom:2px solid #D7D7D7;
	border-right:2px solid #D7D7D7;
	background-color:#f2f2f2;
}

