html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #173c8b;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	  background: #f8f8f8 url(images/bg_site.jpg) repeat-x;
	text-align: center;
	font: 10px arial,verdana,sans-serif;
	color: #363636;
	padding-bottom: 10px;
	

}

/** layout **/
#pagina{
	text-align: left;
	margin: 0px auto;
	width: 990px;
//background: #ffffff;
  //position: relative;
  background: #fff url(images/fundo_conteudo.jpg) no-repeat;
}

#conteudo{
	text-align: left;
	margin: 10px auto;
	width: 820px;
  position: relative;
  left:0px;
	float:right;
	min-height:400px;
	font: 12px arial,verdana,sans-serif;
}

#topo {
  background: #fff url(images/topo_brasil.jpg) no-repeat;
  height: 184px;
}

#menutopo{
	position: relative;
	top:0px;
  background: #ccc url(images/menu_topo.jpg);
  height: 35px;
	width: 990px;
}

.menutopo {background-color: #fff;
			 width:980px;
			 height:35px;}

#menutopo table {width:990px;
             height:35px;}

#menutopo table td{width:163px;
							 text-align:center;
							 font: 12px verdana, arial, helvetiva, sans-serif;
				 			 color:#fff;
							 font-weight: bold;
							 border-left:solid #CCC 1px;
							 border-right:solid #CCC 1px;}			 

#menutopo table{background-image:url("images/bg_menu_topo.jpg");}

#menutopo table td:hover{background:#024b2c;}

#menutopo table td a:hover{background:#024b2c;
							 				 display:block;
											 //border-bottom:solid #024b2c 5px;
											 //border-top:solid #024b2c 5px;
											 }					 

#menutopo a{text-decoration: none;
				color: #ffffff;
				}			


#body {
  padding-top: 0px;
  background-color:#fff;
}
#menu {
  float: left;
  width: 165px;
  background: #90d1b1;	
}
#categoria{
  float: right;
  width: 474px;
  background: #fff;
  margin-bottom: 2px;
  border-left:solid #f00 5px;
}

#conteudo p{margin-left:15px;
			margin-right:15px;
			text-align:justify;
			color:#444;
			font: 12px arial,verdana,sans-serif;
			}

p{color:#000;}


#conteudo a{text-decoration: none;};

.centro{text-align:center;}

h3 {
  font: bold 14px arial,verdana,sans-serif; 
  color: #339966;
	text-align:justify;
}

h2 {
  font: 18px arial,verdana,sans-serif; 
  color: #777;
  padding-bottom: 10px;
}

h4 {
  font: 18px arial,verdana,sans-serif; 
  color: #777;
}

#menu h2 {
  color: #fff;
  padding: 4px 0 5px 39px;
  background: #90d1b1;
}
.item{
  background: #90d1b1;
  border-top: 1px solid #fff;
  list-style: none;
  font-size: 12px;
  padding: 7px 0 8px 10px;
}

#menu_itens{
  background: #90d1b1;
  border-top: 1px solid #fff;
  list-style: none;
  font-size: 12px;
  padding: 7px 0 8px 35px;

}

#menu_titulo{
  background: #60a885;
  border-top: 1px solid #fff;
  list-style: none;
  font-size: 12px;
  padding: 7px 0 8px 20px;
}

.final{
  background: #fff;
  border-top: 1px solid #fff;
  list-style: none;
  font-size: 12px;
  padding: 0px 0px 0px 0px;
}

.topo{
  background: #f8f8e5;
  border-top: 0px solid #fff;
  list-style: none;
  font-size: 12px;
  padding: 8px 0 8px 0px;
  text-align:center;
}


#conteudo h2{font: 16px verdana, arial, helvetiva, sans-serif;
  				 	 color:#173c8b;
						 margin:20px;
						 font-weight: bold;
						 border-bottom:solid #173c8b 3px;
						 }		

#menu a {
  text-decoration: none;
  color: #000000;
}
#menu a:hover {
  text-decoration: underline;
}

#copyright {
background: #fff url(images/bg_rodape.jpg) no-repeat;
	color:#fff;
  text-align: center;
  font-size: 9px;
  padding: 3px;
	height:35px;
}