
#all-content {
	min-width:1000px;
	margin:0px;
	padding:0px;
}

* html #all-content {
	width:expression(document.body.clientWidth < 1000? "1000px": "100%" );
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

body {
	margin:0;
	padding:0;
	background:#FFF;
}

.topo_fundo {
	height:180px;
	width:100%;
	background:#580384 url(../_IMG/TOPO/bg_topo.jpg) center 0 no-repeat;
	
}

.topo {
	position:relative;
	width:948px;
	height:180px;
}

.menu {
	position:absolute;
	top:160px;
	left:0px;
}

.busca {
	position:absolute;
	top:155px;
	right:45px;
	width:270px;
}

#p1 {
	width:173px;
	height:20px;
	background:transparent;
	border:0px;
	font-size:12px;
	color:#666;
}

#bt_ok {
	position:absolute;
	top:4px;
	left:230px;
}

.barra {
	height:15px;
	width:100%;
	background:#580384;
}