/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/fundo.jpg);
	color:#333333;
	font-family:Tahoma, Geneva, sans-serif;
	
} 

.tudo {
	background-image:url(../images/bg_tudo.png);
	width: 890px;
	padding-left: 80px;
}

.destaques {
	width: 315px;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 0px;
	background-image:url(../images/bg_destaques.jpg);
	background-position:left;
}


.texto {
	font-family: trebuchet MS, Arial, verdana;
	font-size: 13px;
	text-decoration: none;
	color: #444444;
}

.titulo {
	font-family: trebuchet MS, Arial, verdana;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color:#780000;
}

.caixa {
	background-image:url(../images/caixa_jardim_bg.png);
	width:630px;
	padding: 5px;
	}



.link {
	font-family: trebuchet MS, Arial, verdana;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}


.titulo_home {
	font-family: trebuchet MS, Arial, verdana;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	color:#780000;
}

.texto_home {
	font-family: trebuchet MS, Arial, verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:#444444;
}

.txt_pequeno {
	font-family: trebuchet MS, Arial, verdana;
	font-size: 10px;
	text-decoration: none;
	color:#444444;
}


.ano { 
	font-family: trebuchet MS, Arial, verdana; 
	font-size: 13px;
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none }

.dia { 
	font-family: trebuchet MS, Arial, verdana; 
	font-size: 13px;
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none }
	
	<!-- news -->
	
#page form{
	background-color:#181819;
	display:block;
	height:31px;
	padding:10px;
	position:relative;
	width:323px;
	margin-left:-7px;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#email{

	border:none;
	color:#888888;
	height:20px;
	text-shadow:1px 1px 0 #FFFFFF;
	top:00px;
	width:130px;
	outline:none;
	margin-top:0;
	margin-left: 15px;
}

