/* CSS Document */
body{
	margin:0px auto;
}
#principal{
	width:955px;
	height:800px;
	margin:0px auto;
	background-color:#FFF;
}
#topo{
	width:950px;
	height:100px;
	padding-top:10px;
	margin:0px auto;
	float:left;
}
#logo{
	width:150px; 
	height:90px;
	float:left;
}
#menu{
	width:790px; 
	height:80px;
	float:left;
	margin-left:10px;
	text-align:right;
	line-height:160px;
}
#menu a{
	font:11px Verdana, Geneva, sans-serif;
	color:#4F5392;
	text-decoration:none;
}
#menu a:hover{
	font:11px Verdana, Geneva, sans-serif;
	color:#4F5392;
	text-decoration:underline;
}
#flash{
	width:950px;
	height:400px;
	margin:0px auto;
	background-color:#CCC;
	float:left;
	border:solid 2px #CCC;
}
#baixo{
	width:950px;
	height:230px;
	margin:0px auto;
	float:left;
}
#meio{
	width:600px;
	height:198px;
	float:left;
	margin-top:20px;
}
#descreve{
	width:600px;
	height:110px;
	float:left;
	margin-top:20px;
	text-align:justify !important;
}
#galeria{
	width:600px;
	height:110px;
	float:left;
	margin-top:10px;
}
.foto{
	/*padding:2px;
	border:1px solid #999; 
	filter:alpha(opacity=55);
   opacity:.55;*/
}
#promo{
	width:330px;
	height:198px;
	float:left;
	margin-top:20px;
	margin-left:15px;
	text-align:right;
}
#rodape{
	width:950px;
	height:12px;
	float:left;
	margin-top:10px;
	background-image:url(imagens/roda.jpg);
	padding-top:30px;
}
.textoHover{
	text-decoration:underline !important;
}
.corpodetexto{ 
	font:12px Verdana, Geneva, sans-serif; 
	color:#666;
}
.titulo{ 
	font:bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:right;
	color:#666;
}	
.rodape{ 
	font:10px Verdana, Geneva, sans-serif; 
	color:#000;
}