@charset "iso-8859-1";
/* CSS INICIAL */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-image: url(../imagens/fundo.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

#geral {
	margin: auto;
	width: 854px;
}

#topo {
	height: 249px;
}

#b1 {
	background-image: url(../imagens/bg_inicial/b1.png);
	background-repeat: no-repeat;
	height: 264px;
}

#b2 {
	background-image: url(../imagens/bg_inicial/b2.png);
	background-repeat: no-repeat;
	height: 310px;
	padding: 2px 30px 0 30px;
}

#noticias {
	background-repeat: no-repeat;
	float: left;
	width: 234px;
	height: 179px;
	padding: 75px 21px 0 21px;
	
	font-size: 11px;
}
#noticias p {
	line-height: 20px;
}
#noticias a {
	color: #000;
	text-decoration: none;
}
#noticias a:hover {
	color: #598a08;
	text-decoration: underline;
}
#premio {
	float: left;
	width: 267px;
	height: 264px;
	margin: 3px 11px 0 16px;
	
	font-size: 11px;
	color: #000;
}
#premioitau {
	height: 156px;
	padding: 28px 0 0 1px;
}
#parceiros {
	background-repeat: no-repeat;
	float: left;
	width: 224px;
	height: 251px;
}
#parceiro {
	height: 122px;
	padding: 65px 0 0 0;
	text-align: center;
}

#rodape {
	clear: both;
}
