body {
	background-color: #ff8e70;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFD8D5;
}
a:link {
	color: #FFD8D5;
}
a:visited {
	color: #FFD8D5;
}
a:hover {
	color: #FFACA6;
}
a:active {
	color: #FFD8D5;
}
.topo {
	background-image: url(images/topo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 471px;
	width: 1024px;
	text-align: center;
}
.rodape {
	background-image: url(images/rodape.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 176px;
	width: 1024px;
	text-align: center;
	vertical-align: middle;
}
.corpo {
	background-image: url(images/corpo.png);
	background-repeat: repeat-y;
	background-position: center bottom;
	text-align: center
}
.banner {
	height: 220px;
	width: 100%;
}
.centro {text-align: center}
.gal {width:930px; text-align:center; position:relative; margin:0 auto;}
.gal ul li {display:inline; width:140px; height:210px; float:left; border:1px; margin:1px;}
.gal ul li a {display:block; width:137px; height:207px; cursor:default; float:left; text-decoration:none; border:2px }
.gal ul li a img {display:block; width:125px; height:195px; border:6px solid #ff8e70;}
.gal ul li a:hover {white-space:normal; position:relative;}
.gal ul li a:hover img {position:absolute; left:-70px; top:-105px; width:242px; height:364px; border-color:#ff6241;}

