/* CSS Document */

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:hover {text-decoration: underline;}

#body {
background: #779eed url(../imagens_layout/background.jpg) repeat-x left top;
margin-top: 0px;
}

/* 	CRIAÇÃO DOS CONTAINERS PRINCIPAIS */
#container {
width: 778px;
margin: 0px auto 0 auto;
}

#container_cabecalho {
width: 778px;
margin: 0 auto 0 auto;
padding: 0 0 0 0;
/*border-bottom: 4px solid #4c578d;*/
background: #fff;
float: left;
}

#sub_container {
width: 778px;
margin: 0 0px 0 0px;
background: #fff;
float: left;
border: 1px solid #000;
}

#container_banner_principal {
width: 778px;
margin: 5px auto 5px auto;
background: #fff;
float: left;
/*border: 1px solid #000;*/
}

#container_menu_setores {
width: 778px;
margin: 5px auto 5px auto;
background: #fff;
float: left;
/*border: 1px solid #000;*/
}

#container_ajuste_rodape {
width: 3.5px;
height: 20px;
float:left;
}

#container_rodape {
width: 771px;
margin: 5px 0px 3.5px 0px;
font-family: "arial";
font-size: 11px;
text-align: center;
color: #666;
background: #eaeaea;
float:left;
/*border: 1px solid #000;*/
}


