/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 12.5px;
	line-height: 1.6em;
	text-align: center;
	background: url(../imagens/bg_sombreado.jpg) top center repeat-y;
	
}

div#container_conteudo {
width: 550px;
margin-top: -5px;
margin-left: 0px;
text-align: left;
background-image: url(../imagens/bg_conteudo_interna.jpg);
background-position: 0px 0px;
background-repeat: no-repeat;


}

div#texto {
width: 400px;
padding-top: 20px;
padding-left: 25px;
text-align: left;

}

#main_content {
background-image: url(../imagens/linha_bg_interna.gif);
background-position: bottom right;
padding-bottom: 30px;
background-repeat: no-repeat;

}

#texto a {
font-size: 10px;
color: #336699;
text-decoration:none;
}

#texto b, strong {
color: #336699;
font-weight: bold;
}

#texto h2 {
font-size: 14px;
font-weight: bold;
color: #006699;
}

#texto ul {

display: block;
list-style-type: none;
list-style-image: url(../imagens/square.gif);
}

#rodape {
margin-top: -3px;
background-color:#F2F2F2;
}

