#topo { position: absolute;
		top: 0px;
		left: 0px;
		widht: 779px;
		height: 122px;
	}
#conteudo { position: absolute;
		top: 122px;
		left: 0px;
		width: 779px;
		height: 323px;
	}	
#maladir {position: absolute;
	top: 255;
	left:120;
        font-size: 13;
        font-weight:bold;
	color: #ff0000}
#titulo {position: absolute;
		top: 3px;
		left: 5px;
	}
#anterior {position: absolute;
		top: 15px;
		left: 240px;
	}
#proxima {position: absolute;
		top: 15px;
		left: 650px;
	}
#fotopequena {
	cursor: hand;
	border: 1px solid #006633;
	width: 80px;
	height: 80px;	
	}
#fotogrande {
	border: 1px solid #006633;
	width: 200px;	
	}
#fotogrande2 {
	border: 1px solid #006633;
	width: 160px;	
	}
#descricao {position: absolute;
		top: 265px;
		left: 230px;
		color: #006633;
		font-weight: bold;
	}
a { 
		color: #000000;
		font-family: arial;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
	}
a:hover { 
		color: #ff0000;
		font-family: arial;
		font-weight: bold;
		font-size: 12px;
		text-decoration: underline;
	}