/* CSS Document */



* {
margin: 0 auto;
padding: 0;
text-align: left;
}

body, html {
font-family: "trebuchet MS", arial, verdana;
background: #f9f9f9;
}

#limites {
width: 750px;
margin: 0 auto;
background: #fff;
margin-top: 10px;
}


#topo {
width: 748px;
height: 139px;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
}

#corpo {
float: left;
width: 750px;
background-color: #fff;
}

#acima_menu {
float: left;
background-color: #e2e2e2;
width: 750px;
height: 4px;
}

#menu {
margin-top: 4px;
width: 750px;
height: 22px;
background-color: #d8e7cf;
}

#menu ul li {
display: inline;
width: 130px;
}

#menu ul li a{
padding: 3px 23px 1px 23px;
margin-right: -3px;
text-decoration: none;
height: 22px;
background-image: url("../imagens/link_topo_verde.jpg");
color: #000;
font-size: 13px;
}

#col_texto {
float: left;
width: 600px;
height: auto;
margin-top: 10px;
background-color: #fff;
border-right: 1px solid #4d4d4d;
min-height: 350px;
}

#col_texto p {
font-size: 12px;
line-height: 23px;
margin: 20px 40px 20px 40px;
text-align: justify;
}

h1 {
color: #4d4d4d;
font-size: 12px;
background-color: #cccccc;
letter-spacing: 1px;
background-image: url("../imagens/fundo_titulos_verde.jpg");
padding-top: 3px;
padding-left: 5px;
width: 594px;
height: 20px;
}

#banner_direito {
width: 148px;
height: auto;
float: right;
margin-top: 8px;
background-color: #fff;
}

#banner_direito ul li {
float: left;
width: 145px;
list-style: none;
font-size: 11px;
margin-left: 3px;
margin-top: 7px;
padding-bottom: 6px;
border-bottom: 2px solid #7d7d7d;
}

#banner_direito ul li a {
color: #4d4d4d;

}

#topo_banner {
float: left;
width: 148px;
height: 38px;
background-image: url("../imagens/documentos_vip.jpg");
background-repeat: no-repeat;
}

#rodape {
float: left;
width: 750px;
background-color: #d7e6ce;
margin-bottom: 15px;
}

address {
margin-top: 5px;
height: 25px;
color: #4d4d4d;
font-style: normal;
text-align: center;
font-size: 13px;
}
