		#header {
			float: left;
			width:98%;
			background:#DAE0D2 url("/data/imagens/bg.gif") repeat-x bottom;
			font-size:93%;
			line-height:normal;
			overflow:hidden;
		}
		#header ul {
			margin:0;
			padding:10px 10px 0;
			list-style:none;
		}
		#header li {
			float:left;
			background:url("/data/imagens/left.gif") no-repeat left top;
			margin:0;
			padding:0 0 0 9px;
		}
		#header a {
			float:left;
			display:block;
			background:url("/data/imagens/right.gif") no-repeat right top;
			padding:5px 15px 4px 6px;
			text-decoration:none;
			font-weight:bold;
			color:#765;
		}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
		#header a {float:none;}
/* End IE5-Mac hack */
		#header a:hover {
			color:#333;
		}
		#header #current {
			background-image:url("/data/imagens/left_on.gif");
		}
		#header #current a {
			background-image:url("/data/imagens/right_on.gif");
			color:#333;
			padding-bottom:5px;
		}
		
		#texto {
			width: 89.6%;
			padding-right: 5%;
			margin-right: 0%;
			padding-left: 5%;
			margin-left: 0%;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			text-align:justify;
			border: 1px #000000 solid;
			border-top: 0px;
		}