/* CSS Document */
*{
	margin:0px;
	padding:0px;
	border:0px;
	list-style:none;
	text-decoration:none;
}
#container{
	width:990px;
	margin:0 auto;
	padding-left:8px;
}
#top{
	float:left;
	background-image:url(../images/topo/topo.png);
	background-repeat:repeat-x;
	width:100%;
	height:88px;
}
.top{
	width:976px;
	margin:0 auto;
}
.txtBusca{
	font:bold 14px Verdana;
	color:Black;
}
#bottom{
	padding:10px 0 0 0;
	float:left;
	width:100%;
	height:30px;
	background:#F6DDD6;
}
.bottom{
	width:976px;
	margin:0 auto;
}
/*-------------------------LATERAL DIREITA--------------------*/
.latDir{

	float:left;
	width:180px;
}
.busca{
	float:left;
	height:30px;
	padding:6px 0 0 0;
}
.busca ul li{
	float:left;
}
.banner{
	float:left;
	padding:0 0 10px 0;
}
.textarea{
	float:left;
	width:88px;
	height:17px;
	border:1px solid white;
	font:10px Verdana;
	color:Black;
}

