.open_content {
  width: 753px;
  height: 10px;
  margin: 0 0 -1px 0;
  background: transparent url(../imgs/open_round_content.gif) no-repeat 1px 0;
}
.close_content {
  width: 753px;
  height: 15px;
  margin: -1px 0 0 0;
  background: transparent url(../imgs/close_round_content.gif) no-repeat 0 0;
}
#content {
  width: 754px;
  height: auto !important;
  height: 240px;
  min-height: 240px;
  padding: 0px 0px 0 0px;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  background: #fff url(../imgs/open_round_content.gif) no-repeat 0 -10px;
  clear: both;
}
#content .texto {
	padding-left:20px;
	padding-right:30px;
	FONT: 12px/18px arial; 
	COLOR: #575a5b; 
	TEXT-ALIGN: justify;
}

#content .box_left {
  float: left;
}
#content .box_right {
  width: 700px;
  float: right;
}

#rodape {
	position:absolute;
	WIDTH: 950px;
	FLOAT: left;
	top:1900px;
}
#rodape P {
	PADDING-RIGHT: 20px; 
	PADDING-BOTTOM: 10px; 
	FONT: 9px arial; 
	TEXT-ALIGN: right
}
#rodape P A {
	COLOR: black; 
	TEXT-DECORATION: none
}
.titulo {
	padding-left:0px;
	FONT: 12px/18px arial;
	font-weight:bold;
	COLOR: #069; 
	TEXT-ALIGN: justify;
}
