@charset "utf-8";

#header {
	position:absolute;
	font:"Times New Roman", Times, serif;
	font-size: 24px;
	left:11px;
	top:10px;
	width:215px;
	height:32px;
	z-index:2;
}

#menuopcoes {
	position:absolute;
	left:298px;
	top:25px;
	width:418px;
	height:57px;
	background-color:#999999;
	border:#000000 solid 2px;
	z-index:3;
}

#menufunc{
	position:absolute;
	left:9px;
	top:91px;
	width:194px;
	height:289px;
	background-color:#999999;
	border:#000000 solid 2px;
	z-index:4;
}

#menufunc ul {
  widht:110px;
  padding:4px;
  margin:0;  					
}

#menufunc li {
  list-style: none;
  padding:1px 2px;
  margin-bottom:2px;
  font: 10px;
}
#menufunc a:link { 
  padding: 2px;
  text-decoration:none;
  color: #000000;
}
#menufunc a:hover { 
  border: #9c9c9c 1px solid; 
  padding: 2px;
  text-decoration:none;
  color:#0066FF;
  background:#CCCCCC;
  }
#menufunc a:visited { 
  padding: 2px;
  text-decoration:none;
  color: #000000;
  }


#conteudo {
	position:absolute;
	left:219px;
	top:90px;
	width:833px;
	height:475px;
	background-color:#FFFFFF;
	border:#000000 solid 2px;
	z-index:1;
}
body {
	background-color: #CCCCCC;
	
	}
	
	
	
