html {
  height: 100%;
}
body {
  background: #C0C0C0 url('../images/background.gif') fixed repeat;
  margin:0;
  padding:0;
  height:100%;
  text-align:center;
  font-family: Verdana, Tahoma, Arial;
  font-size:11px;
}
table {
  font-family: Verdana, Tahoma, Arial;
  font-size:11px;
}
#topo {
  position:relative;
  width:775px;
  height:166px;
  padding:0;
  margin:0;
}
#left {
  position:relative;
  display:table;
  width:120px;
  height:auto;
  top:22px;
  float:left;
}
#divshows {
  position:relative;
  display:table;  
  width:200px;
  height:210px;
  padding:0;
  margin:0;   
  top:10px;
  left:15px;
  float:left;
}
#divsep1 {
  position:relative;
  display:table;  
  width:2px;
  height:auto;
  top:0; 
  left:20px;
  margin:0; 
  padding:0;
  float:left;
}
#divenq {
  position:relative;
  display:table;  
  width:180px;
  height:210px;
  top:10px;
  left:35px;
  margin:0;   
  float:left;
}
#divdesq1 {
  position:relative;
  display:table;  
  width:410px;
  height:230px;
  top:10px;
  left:0px;
  padding:0;
  margin:0;   
  clear:both; 
}
.divdesq2 {
  position:relative;
  margin-top:3px;
  width:432px;
  height:35px;
  padding:6px 0 8px 0;
  font-size:11px;
}

#busca {
  position:relative;
  width:182px;
  height:80px;
  left:10px;
  top:25px;
  padding:0;
  margin:0;   
}
#fotos {
  position:relative;
  width:182px;
  height:auto;
  top:20px;
  left:10px;
  padding:0;
  margin:0;
}
#newsletter {
  width:340px;
  height:100%;
  padding-top:20px;
  padding-left:35px;
  background-image: url('../images/back3.jpg'); 
}
#sessoes {
  position:relative;
  width:575px;
  padding:18px;
  font-size:12px;
  margin-left:10px;
  background-color:white;
  text-align:justify;
  float:left; 
}

.exibe_fotos
{
  width:90px;
  height:140px;
  text-align:center;
  border-style:solid;
  border-color:#dedede;
  border-width:1px;
  padding:6px;
  margin:5px;
  float:left; 
}

input {
  font-family:Tahoma, Verdana;
  font-size:10px;
  border-color:silver;
  border-style:solid;
  border-width:1px;
}

a:link,a:visited {
  color:#172e81;
}
.menu:link, .menu:visited {
  display:block;
  color:#172e81;
  text-decoration:none;
}
.texto:link, .texto:visited {
  color:black;
  text-decoration:none;
}