/* CSS Document */
*{
	margin: 0;
}
html {
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(../img/grama.jpg);
	background-repeat: repeat;
	background-color: #5A6236;
	text-align: center;
    }
#banner {	
	background-image: url(../img/guz_fundo.png);
	background-repeat: repeat-x;
	background-position: center;
	background-position: top;
	widows: 1280px;
	height: 120px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size:24px;
	}
#tudo {
	/*background-image: url(../img/pix_tudo.png);*/
	/*background-repeat: repeat;*/
	background-color: #FFF;
    margin: 0px auto;
	margin-top: 5px;
    text-align: left;
    width: 770px;
	padding-bottom: 5px;
	}

#menu_h {
	height: 370px;
	width: 760px;
	margin: 5px;
	padding-top: 5px;
}
#exibe_noticia {
	background-color: #FFF;
	width: 500px;
	margin: 5px;
	padding: 5px;
	float: left;
}
#exibe_album {
	background-color: #FFF;
	width: 700px;
	margin: 5px;
	padding: 5px;
	float: left;
}
#exibe_foto_noticia {
	background-color: #CCC;
	width: 235px;
	margin-top: 5px;
	padding: 5px;
	float:left;
}
#menu_noticia {
	margin: 5px 5px 0px 5px;
	background-color: #039;
	color: #FFF;
	width: 750px;
	padding: 5px;
	float:left;
}
#menu_noticia a {
	text-decoration: none;
	color: #FFF;
}

#exibe_noticia .titulo { display: block; font-size:large; color: #006; margin-bottom: 5px; }
#exibe_noticia .data { display: block; font-size: x-small; color: #999; margin-bottom: 5px; }
#exibe_noticia .texto { display: block; font-size: medium; color: #030; text-align: justify; margin-bottom: 5px; }
#exibe_noticia .fonte { display: block; font-size: x-small; color: #999; margin-bottom: 5px; }

#corpo {
	width: 760px;
	background-color: #FFF;
	margin: 5px;
	margin-bottom: 0px;
}
#rodape {
	background-color: #000;
	font-size: small;
	width: auto;
	height: 50px;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	clear: both;
}
#bloco_noticias {
	width: 370px;
	float: left;
	padding: 5px;
	}
#bloco_fotos {
	width: 370px;
	height: 100px;
	float: left;
	padding: 5px;
	}
#bloco_agenda {
	width: 380px;
	background-color: #FFF;
	float: left;
	}
#bloco_foto {
	width: 370px;
	height: 75px;
	background-color: #999;
	margin-right: 5px;
	}

#bloco_newsletter {
	width: 370px;
	margin: 5px 5px 15px 5px;
	background-color: #FFF;
	padding-bottom: 10px;
	border-bottom: #CCC double;
	}
#clear {
	width: 770px;
	clear: both;
	}
#noticias {
	width: 365px;
	height: 75px;
	display: block;
	/*background-color: #CCC;*/
	border-bottom: #CCC double; 
	padding: 5px;
	padding-left: 0px;
	margin-bottom: 5px;
	}
#noticias img { width: 100px; height: 75px; margin-right: 5px; float: left;}
#noticias .titulo { font-size: small; }	
.fonte_pequena { font-size:small; color: #666; }
a:link {
	text-decoration: none;
	}
#foto_album {
	height: 75px;
	width: 100px;
	margin: 10px 5px 5px 10px;
	float: left;
	}
#comentario_enviado {
	width: 500px;
	height: 170px;
	text-align: center;
	vertical-align: middle;
	padding-top: 140px;
	background-color: #CCC;
	}