ul {
	position: absolute;
	background-color: #990000;
	margin: 0 0 0 5;
}

li {
	position: absolute,
	list-style-type: none;
	margin: 0 0 0 0;
}

body {
   	margin:0 0 5px 0;
	padding:0;	
}

#topo{
	width:auto;
	height:130px;
	border-top:1px solid #666;
	text-align:center;
}

#conteudoEsq {
	position:absolute;
	width:190px;
	left:5px;	
	padding-bottom:20px;
	
}

#conteudoEsq img {
	margin: 0 0 0 0;
}

#conteudoEsq a {	
	font-family: Eras Demi ITC;
	border: 1px solid #000000;
	color: white;	
	text-decoration: none;	
	width: 95%;
	height: 80%;
	padding: 1px 1px 3px 5px;	
	font:italic 14px/1.5em 
		
}

#conteudoEsq a:hover {
	color: #EEE9E9;
	background-color: #FFA07A;	
}

#conteudoEsq img {
	margin: 0 0 0 5;
}

#conteudoEsq img:hover {
	background-color: white;
}

#conteudoDir {
	position:absolute;
	width:140px;
	right:5px;
	color:#99f;
	padding-bottom:20px;	
}

#conteudoDir table {
	border-collapse = collapse;
	cellpadding: 14px;
	width: 100%;
	color: black;
	background-color: #FFFACD; 
	font-size: 14;						
}

#conteudoDir table th {
	background-color: #990000;
	color: white;
	border: 1px solid #000000;
	font-size: 14;	
}

#conteudoDir table.borda tr td {
	border: 1px solid #000000;
}

#sepEsqcolCentral {
	margin-left:200px;
	padding-left:2px;
}

#sepcolCentralDir {
	margin-right:150px;
	padding-right:2px;
}

#centro {    
	padding:0px 10px;
}

#centro table {	
	border-collapse = collapse;
	cellpadding: 14px;	
	background-color: #FFFACD;
	font-size: 16;
	font-family: Times new Roman;
	line-height: 130%;
}

#centro table img {
	margin: 0 10 0 10;	
}

#centro table h1 {
	font-size: 26;
	text-align: center;
	color: white;
	background-color: #990000;
	width: 100%;
	height: 100%;
	border: 1px solid #000000;
	padding: 3 3 3 3;
}

#centro table a {
	padding: 0px 10px 0px 10px;	
}

#centro table th {
	background-color: #990000;
	padding: 5 0 5 0;
	color: white;
	font-style: italic;
}

#centro table.borda tr td {
	border: 3px solid #000000;	
}

