body{
	background-color: #ACB9AC;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/back_body.jpg);
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size: 14px;
	color: #394439;
	font-weight: normal;
}
#total {
	
}

#logo {
	height: 121px;
}
#buscar{
	background-image: url(../images/back_buscar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 121px;
}
#back{
	background-image: url(../images/back_bm.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 260px;
}
#menu{
}
#menu ul {
	padding-top:40px;
	padding-left: 20px;
	
}
#menu ul li{
	margin-bottom: 10px;
	background-image: url(../images/li.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-right-width: 3px;
	border-right-style: inset;
	border-right-color: #6FA94B;
}
#menu ul a{
	color: #5A6B5A;
	text-decoration: underline;
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size: 16px;
	margin-left: 25px;
}
#menu ul li  a:hover{
	color: #6FA94B;
	
}
#menu ul #current {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #6F302A;
	
}
#menu ul #current a{color: #6F302A;}
#banner{
	margin-top: 4px;
}
input.inputbox{
	margin-left: 65px;
}

#mod_search_searchword {
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size: 13px;
	background-color: transparent;
	background-image: url(transparent);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 20px;
	color: #6F302A;
	padding-top: 40px;
}


#conteudo_total {
	margin-bottom: 5px;
	margin-top: 5px;
}
#conteudo_total li{
	background-image: url(../images/icone_li.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 30px;
	color: #336633;
	margin-bottom: 10px;
	margin-top: 10px;
}

#conteudo_total li img{
	margin-left: 30px;
}
#coluna_direita{
	background-color: #ACB9AC;
}


#rodape{
	background-repeat: repeat-x;
	background-position: center center;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #394439;
	background-image: url(../images/back_rodape.jpg);
	padding-top: 25px;
	padding-bottom: 30px;
	_padding-bottom: 28px;
}
#rodape a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

