body{
	font-family:Trebuchet MS;
	background: #003a60 url(images/bg_principal.jpg) repeat-x;
	margin: 0px;
}
#div_total{
	width:100%;
	text-align:center;
}
#div_cabecalho{
	width:779px;
	height:109px;
}
#div_menu_principal{
	float:left;
	width:460px;
}
#div_logo{
	float:right;
	width:305px;
}
#div_conteudo{
	padding-top:10px;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:10px;

	width:709px;
}
#div_testeira{
	width:779px;
	background: url(images/bg_testeira.jpg) repeat-x;
	height:39px;
}
#div_testeira_text{
	float:left;
	width:292px;
}
#div_logo_detalhe{
	float:right;
	width:255px;
}

.div_menu_lateral{
	float:left;
	width:137px;
}
.div_menu_lateral_conteudo{
	font-size:11px;
	font-weight:bold;
	background:url(images/bg_menu_lateral.jpg) repeat-y;
}
.div_menu_lateral_conteudo div{
	width:132px;
	border-bottom:solid 1px #698fa6;
	padding-bottom:3px;
	padding-top:3px;
}
.div_menu_lateral_conteudo a{
	color:#FFF;
	text-decoration:none;
}
.div_menu_lateral_conteudo a:hover{
	color:#932929;
}

.txtBranco{
	color:#FFF;
	font-size:12px;
}
.color{
	color:#e2be14;
}