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: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #111111 url(images/fundosite.jpg) repeat;
	text-align: center;
	font: 12px arial,verdana,sans-serif;
	color: #695F4C;
	padding-bottom: 10px;
	

}

/** layout **/
#pagina{
	text-align: left;
	margin: 15px auto;
	width: 990px;
//background: #ffffff;
  //position: relative;
  background-image:url("images/bg.jpg");
}

#conteudo{
	text-align: left;
	margin: 37px auto;
	width: 700px;
  position: relative;
  left:-40px;
	float:right;
	min-height:400px;
	

	
}

#topo {
  background: #fff url(images/top.jpg) no-repeat;
  height: 266px;
}

#body {
  padding-top: 3px;
  background-color:#FFF;
}
#menu {
  float: left;
  width: 195px;
  background: #fff;	
}
#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;
			
			}

#conteudo a{text-decoration: none;};

.centro{text-align:center;}

h3 {
  font: bold 14px arial,verdana,sans-serif; 
  color: #1B1812;
}

h2 {
  font: 18px arial,verdana,sans-serif; 
  color: #695F4C;
  padding-bottom: 10px;
}
#menu h2 {
  color: #fff;
  padding: 4px 0 5px 39px;
  background: #847A67;
}
.item{
  background: #828282 left url(images/bullet.gif) no-repeat;
  border-top: 1px solid #fff;
  list-style: none;
  font-size: 12px;
  padding: 7px 0 8px 35px;
  color:#fff;
}

.item1{
  background: #828282 left url(images/bullet.gif) no-repeat;
  border-top: 0px solid #fff;
  list-style: none;
  font-size: 12px;
  padding: 7px 0 8px 35px;
  color:#fff;
}

.apoio{
  background: #828282 left url(images/finalmenu.jpg) no-repeat;
  border-top: 0px solid #F4EFDF;
  list-style: none;
  font-size: 12px;
  padding: 8px 0 8px 0px;
  text-align:center;
  color:#fff;
}

.apoio2{
  background: #fff left url(images/iniciomenu.jpg) no-repeat;
  border-top: 0px solid #F4EFDF;
  height:22px;
}

#conteudo h2 {
	font-weight: bold;
}

#menu a {
  text-decoration: none;
  color: #fff;

}

#menu a:hover {
  text-decoration: underline;
}

#copyright {
  text-align: center;
  font-size: 9px;
  //height:38px;
  padding: 3px;
  background: #fff left url(images/fundorodape.jpg) no-repeat;	
}