body {
	margin: 0;
	background-color: #E9FFB9;
}

p {
	font-family: Tahoma, Verdana, Times New Roman;
	font-size: 10pt;
	color: #003300;
	margin-right: 5;
}

ul {
	font-family: Tahoma, Verdana, Times New Roman;
	font-size: 10pt;
	color: #003300;
}

a:link {
	color: green;
	text-decoration: none;
}

a:visited {
	color: green;
	text-decoration: none;
}

a:active {
	color: green;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

form {
	font-family: Tahoma, Verdana, Times New Roman;
	font-size: 10pt;
	color: #003300;
}

#menu {
	background-color: #464600;
	vertical-align: top;
	padding-top: 10px;
}

#menu p {
	font-family: Monotype Corsiva, sans-serif, Bookman Old Style, Times New Roman;
	font-size: 18pt;
	font-style: italic;
	color: #CCC180;
	text-align: center;
}

#menu a {
	font-family: Bookman Old Style, Georgia, Times New Roman;
	font-size: 10pt;
	font-style: italic;
	color: white;
	text-decoration: none;
}

#menu a:hover {
    font-weight:bold;
	text-decoration: underline;
}

#conteudoarea {
	background-color: #E9FFB9;
	padding-left: 15px;
	padding-right: 15px;
}

#conteudotitulo {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#conteudotitulo p {
	font-family: monotype corsiva, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 24pt;
	color: green;
}

#conteudotexto {
	vertical-align: top;
	text-align: justify;
}

#conteudonavegacao {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}





.menu-fotos {
	width:90px; 
	position:relative; 
	top:8px;
	margin:0 auto;
	float:left; 
	text-align:left; 
	}
.galeria {
	width:824px; 
	position:relative; 
	top:8px;
	margin:0 auto;
	text-align:left; 
	}
.img-aqui { 
	background: no-repeat center; 
	width:640px; 
	height:480px; 
	position:relative; 
	top:8px;
	float:right; 
	border:1px solid #fff
	}
ul.fotos {
	position:relative;
	list-style:none;  
	width:162px;
	padding:1px;
	background:#999;
	top:8px;
	left:0px;
	margin:0; 
	padding:0; 
	background-color: #E9FFB9;
}
.fotos:after {
	display: block;
	content: ".";
	height: 0;
	font-size:0; 
	visibility: hidden;
	clear: both;
	}
ul.fotos li {
	width:75px;
	height:50px;
	float:left; 
	border:2px solid #444;
	margin:1px; 
}
ul.fotos li img {
	border:none; 
	width:75px;
	height:50px;
}
ul.fotos li span img {
	border:none;
	width:640px;
	height:480px;
	height:auto;
}
ul.fotos a {
	display: block;
	} 
ul.fotos a span {
	display: none;
}
ul.fotos a:hover span.legenda {
	display: block;
	text-align:center; 
	width:644px;
	position:absolute;
	top:480px;
	left:-2px;
}
ul.fotos a:hover span {
	display: block;
    position: absolute; 
	top:0px;
	left: 180px; 
	background:#fff;
	border:2px solid #666;
    text-decoration: none;
   }
ul.fotos a:hover span.legenda {
	padding:5px 0;
	color:#333; 
}