body{

	margin:0px;
	border:0px;
	padding:0px;
	background-image:url(img/fundo.gif);
	background-position:center;
	background-repeat:repeat-y;
	
}

body, td{

	color:#005184;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}

input, textarea{

	width:325px;
	color:#005184;
	border:1px solid #005184;
	background-color:#FFFFFF;

}

#principal{

	background-image:url(img/fundo_principal.gif);
	background-position:center;
	background-repeat:repeat-y;

}

#remetente_nome, #remetente_email, #amigo_nome, #amigo_email{

	width:125px;
	
}

#conteudo{

	margin-left:10px;
	display: block;
	
}

.menu_fundo{

	background-image:url(img/menu_fundo.gif);
	background-repeat:repeat-x;

}

#menu{

	height:22px;

}

#menu .item, #menu .item_sel{

	color:#005184;	
	float:left;
	margin-top:5px;
	font-weight:bold;
	
}

#menu .item_sel a, #menu .item_sel a:visited, #menu .item_sel a:hover, #menu .item_sel a:active{

	color:#E77817;
	text-decoration:none;

}

#menu .item a, #menu .item a:visited{

	color:#005184;
	text-decoration:none;

}

#menu .item a:hover, #menu .item a:active{

	color:#E77817;
	text-decoration:none;

}

#menu .divisor{

	float:left;
	width:25px;
	height:22px;
	background-image:url(img/menu_divisor.gif);
	background-position:center;
	background-repeat:no-repeat;
	
}

#menu .divisor_rodape{

	float:left;
	width:25px;
	height:22px;
	background-image:url(img/menu_divisor_rodape.gif);
	background-position:center;
	background-repeat:no-repeat;
	
}

#rodape{

	height:55px;
	background-image:url(img/baixo_fundo.gif);
	background-repeat:no-repeat;
	background-position:top center;

}

#anuncio{

	float:left;
	width: 198px;
	height:159px;
	background-image:url(img/anuncio_fundo.jpg);
	background-repeat:no-repeat;
	background-position:tip left;
	
}

#anuncio .bairro{

	color:#005184;
	font-size:11px;
	font-weight:bold;
	margin-left:20px;
	
}

#anuncio .tipo{

	color:#005184;
	font-size:11px;
	margin-left:20px;
	
}

#anuncio .descricao{

	color:#005184;
	font-size:9px;
	margin-top:5px;
	margin-left:20px;
	
}