/* Body & Composição */

html, body {
	height:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(images/bg_index.png);
	background-repeat:repeat-x;
}

* html #container {
	height:100%;
}

h1, h2, h3, h4, h5, h6, p, a {
	font-family:Arial, Helvetica, sans-serif;
	font:11px;
}

img {
	border:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



#container {
	width:780px;
	height:auto;
	min-height:100%;
	margin-bottom:-65px;
	background-color:#FFFFFF;
	padding:0px 0px 0px 0px;
	background-image:url(images/bg_principal.png);
}

#container_int {
	width:780px;
	height:auto;
	min-height:100%;
	margin-bottom:-65px;
	background-color:#FFFFFF;
	padding:0px 0px 0px 0px;
	background-image:url(images/bg_principal2.png);
}

#topo {
	width:778px;
	height:294px;
	background-image: url(images/bg_topo02.png);
	background-repeat: no-repeat;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#menu {
	width:158px;
	height:435px;
	background-image: url(images/bg_menu.png);
	background-repeat: repeat-x;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
}
#noticias {
	width:195px;/*208*/
	background-image: url(images/bg_noticias.png);
	background-repeat: repeat-x;
	background-color:#EBEED2;
	margin:0px 0px 0px 0px;
	padding: 0px 10px 0px 15px;/*0px 8px 0px 5px*/
	float:left;
}

#noticias p{
/*	text-align: justify;*/
	
}

#noticias .depoimentos {
	width:190px;
	margin:0px 0px 0px 0px;
	float:left;
}
#secoes {
	width:399px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
	text-decoration:none;
}

#baixo {
	width:780px;
	height:71px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#F3F3F3;
	clear:both;
}
#clearbaixo{
	clear:both;
	height:65px;
}
#decor_int {
	width:139px;
	height:350px;
	background-image: url(images/bg_internas2.png);
	background-repeat: repeat-x;
	background-color:#EBEED2;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
}
div.not{
	border-bottom: 1px dotted #BAD159;
	margin-bottom: 10px
}

#noticias div.not h3{
	margin-bottom: 7px;
}
span.data{
	color:#5E6F1C;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif
}