* {margin: 0px; padding: 0px;} /* para todo o layout*/
/*--------------------------------------------------------*/
body{
	background-color: #000;
	text-align: center;
	height: 490px;
	width: 750px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
h1{
	fo
	font-size: 16px;
	color: #79793E;
	font-size: 20px;
	border-bottom-width: 4px;
	border-bottom-style: groove;
	border-bottom-color: #79793E;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
a	{
	text-decoration: none;
	color: #FF0000;	
}	
a:hover {
	text-decoration:none;
	color: #993300;	
}	
#geral{
	width: 730px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0 auto;
	background-color: #F0F0E1;
	position: relative;
	text-align: left;
	}		
#content{
	float: left;
	width: 730px;
	position: relative;
	}		
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding: 2px;
	text-align: center;
	}	
#galeria {
	width:162px;
	float: left;
	background-color: #CDCD9C;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 6px;
	text-align: center;
	}		
#foto_G {
	width:500px;
	position: relative;
	float: left;
	background-color: #000;
	text-align: center;
	margin: 10px;
	padding: 8px;
	}	
#legenda{
	width:500px;
	text-align: center;
	color: #3C3C3C;
	background-color: #FDFDFD;
	line-height: 20px;
	display: block;
	}		
.img-centro {
	position:relative;
	display: block;
	text-align: center;
	height: 375px;
	width: 500px;	
	}	
ul.fotos {
	position:relative;
	list-style:none;
	width:162px;
	text-align: center;
}
.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;
	display: block;
}
ul.fotos li img {
	border:none; 
	width:75px;
	height:50px;
}
ul.fotos a {
	display: block;
	} 
ul.fotos a:hover {
	text-decoration:none;
	background: none; 
	} 
/* Hack para IE */
ul.fotos {
	_width:164px;
	_padding:  2px 0 1px 0;
	}
ul.fotos li {
	_margin-top:0; 
}
ul.fotos li {
	float: left;
	_height: 1%; }
ul.fotos li a {
	_height: 1%; 
	}
ul.fotos a:hover {
	_text-decoration:none;
	_background: none; 
	} 
ul.fotos li {
	_width:75px;
	}
/* Rodapé */
/*----------------------------*/	
#rodape		{
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #CDCD9C;
	text-align: center;
}
#rodape	a{
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}	
#rodape	a:hover{
	background-color:#FFCC00;
	color:#333333;
	text-decoration:none;
	font-weight: bold;
}

