body {
	text-align: center;
	background-image: url('bg.gif');
	margin: 0;
}

a {
	font: 9px Verdana, Sans-Serif;
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}

#principal {
	width: 770px;
	height: 484px;
	margin: auto;
	background-color: #FFF;
	font: 9px Verdana, Sans-Serif;
	color: #000;
}

#ladoesquerdo {
	float: left;
	width: 385px;
	background-color: #FFF;
}

#ladodireito {
	float: right;
	width: 385px;
	background-color: #F4F4F4;
}

#menu {
	width: 770px;
	margin: auto;
	text-align: right;
	background-color: #FFF;
}

#topo {
	width: 770px;
	margin: auto;
}

#rodape {
	width: 770px;
	height: 40px;
	margin: auto;
	background-image: url('rodape.jpg');
	color: #000;
	font: 9px verdana;
	padding-top: 8px;
}


.mailto a:link {
font-size: 14pt;

}

.mailto a:visited {
font-size: 14pt;

}

.mailto a:hover {
font-size: 14pt;
color: #666;

}

####### GALERIA DE IMAGENS EM CSS #######
####### Feito por Rafael Monroe

.galeria {
	width:680px; 
	margin:0 auto;
	text-align:left; 
	}
.img-aqui { 
	background: #FFF url('cores/acervo.jpg') center no-repeat; width:500px; 
	height:257px; 
	position:relative; 
	top:8px;
	float:right; 
	}
ul.fotos {
	position:relative;
	list-style:none;  
	width:162px;
	padding:1px;
	margin:0; 
	padding:0; 
}
.fotos:after {
	display: block;
	content: ".";
	height: 0;
	font-size:0; 
	visibility: hidden;
	clear: both;
	}
ul.fotos li {
	width:75px;
	height:50px;
	float:left; 
	border:1px solid #c0c0c0;
	margin:1px; 
}
ul.fotos li img {
	border:none; 
	width:75px;
	height:50px;
}
ul.fotos li span img {
	border:none;
	width:500px;
	height:375px;
	height:auto;
}
ul.fotos a {
	display: block;
	} 
ul.fotos a span {
	display: none;
}
ul.fotos a:hover span {
	display: block;
	text-align:center; 
	width:500px;
	position:absolute;
	top:305px;
	left:-2px;
}
ul.fotos a:hover span {
	display: block;
	position: absolute; 
	top:-5px; 
	left: 177px; 
	background:#fff;
	border:2px solid #666;
   }