body{
	background-color:#3a3f43;
}
#header{
width:1024px;
height:257px;
}
#lingua{
width:384px;
height:257px;
background-image:url(images/logo.jpg);
float:left;
}
#header_esq{
width:250px;
height:257px;
float:left;
}
#header_dir{
width:640px;
height:257px;
background-image:url(images/baner.jpg);
float:right;
}
#conteudo{
border:none;
width:1024px;
height:100%;
background-image:url(images/cont.jpg);
}
#end{
border:none;
width:1024px;
height:22px;
background-image:url(images/end.jpg);
}
.texto{
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:12px;
	color:#333;
}
.texto_grande{
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:20px;
	color:#CC0;
}