#banner {
	width: 100%;
	height: 165px;
	background: #f0f6f8 url(../imgs/home/bg_banner.jpg) repeat-x;
	margin: 20px 0;
}
#conteudo_banner{
	width: 850px;
	margin:auto;
}

#img_banner{
	width: 260px;
	margin:0;
}

#itens_home {
	float:left;
	background:#fff url(../imgs/home/bg_item.jpg) no-repeat;
	width: 200px;
	height: 150px;
	padding:20px;
	margin: 0 15px 0 0;
}
	#itens_home a {
		font-weight: normal;
		color:#333333;
	}

.Titulo{
	color:#003399;
}
