body {
	background-image:url(../images/fundo_site.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#FFFFFF;
}

#sistema_busca {
	background-image: url(../images/fundo_sistema_busca.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	height:55px;
}

#menu_topo {
	float: right;
	margin-right:20px;
	padding-top: 10px;
}
#menu_topo ul li{
	list-style-image: none;
	list-style-type: none;
	display: inline;
	padding-left: 25px;
}
#menu_topo ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ABD3E8;
	text-decoration: none;
}
#menu_topo ul li a:hover{
	text-decoration: underline;
	color: #33cccc;
}

#mod_search_searchword {
	margin-top:24px;
	margin-left:60px;
	width:200px;
	background-color:transparent;
	background-image: url(transparente);
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
	font-family:"Arial", Verdana, sans-serif;
	font-size:14px;
	color:#990000;
}

#rodape {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	background-color: #D5DEE0;
	background-image:url(../images/fundo_rodape.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align:center;
	}
