/* CSS Document */

body{
margin:0px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#FFCC99;
}

#site{
width:779px;
margin:0 auto;
}

#topo{
background:url('imagens/topo.jpg') no-repeat top left;
width:779px;
height:266px
}

#topo-english{
background:url('imagens/topo-english.jpg') no-repeat top left;
width:779px;
height:266px
}

#conteudo{
/*background:url('imagens/conteudo-destaque-manchete.gif') repeat-y;*/
/*text-align:justify;*/
padding-left:8px;
padding-right:8px;
padding-top:5px;
padding-bottom:5px;
height:600px;
background:#ffffff;
}
#contato{
margin-left:150px;
}

.menu{
float:left;
width:120px;
}

.destaque{
float:left;
margin-left:5px;	
width:316px;
text-align:left;
background:#ffffff;
}

.galeriaDeFotos{
float:right;
}

.filme{
float:left;
background:url(imagens/filme.gif);
width:763px;
height:75px;
padding-top:15px;
margin-bottom:2px;
}

.foto-grande{
float:left;
background-color:#CCCCCC;
width:763px;
height:500px;
}

#rodape{
float:left;
clear:both;
background-color:#FFCC00;
/*background:url('imagens/rodape.gif');*/
width:100%;
height:120px;
text-align:center;
color:#0000FF;
}

a{
font-size:11px;
color:#0000FF;
font-weight:normal;
text-decoration:none;
}

a:hover{
color:#FF0000;
text-decoration:none;
}

a:visited {
text-decoration:none;
color:#990066;
}

img{
border:none;
}


/*MARQUEE - Depoimentos*/
.rolagem {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   /*color: #000000;*/
   height: 50px;
   width:304px;
   border: 2px solid #FF6600;
   text-align:center;
   float:right;
   margin-top:15px;

}
</style>

