@charset "utf-8";
/* CSS Document */

* { margin:0px; padding:0px;}

#geral {
	width: 1024px;
	height: 800px;

}

#topo{
 background-image:url(images/topo.jpg);
 background-repeat: no-repeat;
 width: 1024px;
 height: 258px;

}

#endereco {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	width: 400px;
	height: 180px;
	margin: 40px 0 0 300px;

}

#tel {
	background-image: url(images/phone02.gif);
	background-repeat: no-repeat;
	width: 350px;
	height: 39px;
	margin: 10px 0 0 60px;

}

#telefones {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	width: 280px;
/*	height: 20px;*/
	margin: 0px 0 0 70px;


}

#barrabr {
	background-image:url(images/barra_br.jpg);
	background-repeat: no-repeat;
	width: 925px;
	height:54px;
	margin: 10px 0 0 49px;

}

#textos {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #336699;
	width: 925px;
	height: 200px;
	margin: 30px 0 0 50px;

}

#textos ul li{
	margin:0 0 0 350px;
	text-decoration:none;
	list-style-type:none;
}