div {
	padding: 0px 13px 3px 3px;
	border: 2px 2px 2px 2px;	
}

body {
   	margin:0 0 5px 0;
	padding:0;
	
}

ul {
	position: absolute;
	background-color: #990000;
	margin: 0 0 0 5;
}

li {
	position: absolute,
	list-style-type: none;
	margin: 0 0 0 0;
}

#top{
	width:auto;
	height:130px;
	border-top:1px solid #666;
	text-align:center;
}

#menu {
	position:absolute;
	width:190px;
	left:5px;	
	padding-bottom:20px; 
}

#menu a {	
	font-family: Eras Demi ITC;
	border: 1px solid #000000;
	color: white;
	background-color: #990000;
	text-decoration: none;	
	width: 95%;
	height: 80%;
	padding: 1px 1px 3px 5px;
	font:italic 14px/1.5em 		
}

#menu a:hover {
	color: #EEE9E9;
	background-color: #FFA07A;	
}

#centro {
	width: 82%;
	float: right;	
	padding: 0, 10 px, 10px, 20px;
}

#centro table {
	border-collapse = collapse;		
	width: 100%;
	background-color: #FFFACD; 
	
}

#centro table.borda tr td {
	border: 1px solid #000000;
	border-right: 0;
	border-left: 0;
	line-height: 130%;
}

#centro table th {
	background-color: #990000;
	color: white;
	border: 1px solid #000000;
	text-align: left;	
	
}

#centro a {
	padding: 0px 10px 0px 10px;	
}



