/* -------- div's -------- */

html, body {
	height: 100%;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
	background-color:#e8e8e8;
}

#tudo {
	min-height: 100%;
	position: relative;
	background-image:url(../img/bg_conteudo.gif);
	background-position:center;
	background-repeat:repeat-y;
}

* html #tudo {
	height: 100%;
}

a {
  color:#1b7394;
}

a:hover {
  color:#ff3701;
}

#topo{
	text-align:center;
	height:221px;
}

#menu_esquerda {
  float:left;
  width:187px;
}

#menu_direita {
  float:right;
  width:187px;
}

#menu_direita ul {
  margin:2px 1px 2px 10px;
}

#meio {
  float:left;
  width:396px;
  text-align:justify;
}

#conteudo {
	width:770px;
	margin:auto;
	padding-bottom: 65px;
}

#rodape {
	position: absolute;
	bottom: 0;
	width:100%;
	height:65px;
	text-align:center;
	background-image:url(../img/bg_rodape.gif);
	background-repeat:repeat-x;
}

#clear{
	clear:both;
}

.titulos{
	background-image:url(../img/bg_titulos.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:100%;
	height:62px;
	padding-top:20px;
	font-family:Arial;
	color:#FF3300;
	font-size:18px;
	text-align:left;
}

.noticias li {
  margin:2px;
}
