@charset "utf-8";
/* CSS Document */

*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	}

body{ background:url(../../img/bg.gif) repeat-x #8ca4d2;}

#master{
	width:920px;
	height:auto;
	margin:86px auto;
	}
	
ul.topo{
	width:920px;
	height:18px;
	background:url(../img/bgTop.jpg) repeat-x;
	}

ul.topo li{
	height:19px;
	display:inline;
	float:left;
	background:url(../img/bgTop.jpg) repeat-x;
	}
	
ul.topo li.centro{
	width:900px;
	height:19px;
	display:inline;
	float:left;
	background:url(../img/bgTop.jpg) repeat-x;
	}
	
#master #conteudo{
	width:920px;
	height:auto;
	display:block;
	float:left;
	margin-top:-2px;
	background:url(../img/bg.gif) top right no-repeat;
	}
	
#master > #conteudo{
	width:920px;
	height:auto;
	display:block;
	float:left;
	margin-top:0;
	}
	
.inputBusca{
	width:120px;
	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	}