body {
  margin: 0;
  padding: 0;
  background-color: #131315;
  font: small Arial, Helvetica, Verdana, sans-serif;
  min-width: 980px;
  text-align: center;
}

#wrapper {
  background-color: white;
  margin: 30px auto 30px auto;
  padding: 10px;
  width: 910px;
}

#menuFlash {
  width: 910px;
  margin-top: -60px;
  text-align: center;
}

/*-----------------------------------------------------------------------------------------------*/
/* Área 1*/
/*-----------------------------------------------------------------------------------------------*/
#area1 {
  width: 100%;
  background-color: white;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../imagens/home/divisoes.jpg);
  background-repeat: repeat-y;
  height: 350px;  
}

/*-----------------------------------------------------------------------------------------------*/
/* Menu Esquerdo*/
/*-----------------------------------------------------------------------------------------------*/
#leftMenu {
  float: left;
  width: 200px;
  margin: 0;
  font-size: 120%;
  text-align: center;
}

#leftMenu  img{
  margin: 0;
}

#leftMenu h3 {
  color: white;
  background-color: #FF0000;
  background-image: url(../imagens/home/noticiasH3.jpg);
  text-align: center;
  padding: 12px 0 12px 0px;
  margin-top: 0px;
  font-size: 140%;
  font-family: Arial;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#nav {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 15px;
  text-align: left;
}

#nav li {
  padding: 0 0 15px 0;
  font-size: 90%;
}

#nav li a:link, #nav li a:visited {
  padding: 0 0 0 18px;
  text-decoration: none;
  color: #5a8927;
  font-weight: normal;
  background-image: url(../imagens/gerais/mark1.gif);
  background-repeat: no-repeat;
  background-position: center left;
}

#nav li a:hover {
  color: red;
  padding: 0 0 0 18px;
  background-image: url(../imagens/gerais/mark2.gif);
  background-repeat: no-repeat;
  background-position: center left;
}


/*-----------------------------------------------------------------------------------------------*/
/* Imagens das notícias da Home*/
/*-----------------------------------------------------------------------------------------------*/
#noticias{
  width: 696px;
  margin-left: 10px;
  text-align: center;
  float: left;
}

#Noticias1 {
  width: 230px;
  text-align: center;
  font-size: 115%;  
  float: left;  
}

#Noticias1 img {
  padding: 5px;
  border: 1px solid #DDD;
}

#Noticias2 {
  width: 230px;
  text-align: center;
  font-size: 115%;  
  float: left;
}

#Noticias2 img {
  padding: 5px;
  border: 1px solid #DDD;
}

#Noticias3 {
  width: 230px;
  text-align: center;
  font-size: 115%;
  float: left;
}

#Noticias3 img {
  padding: 5px;
  border: 1px solid #DDD;
}

.tituloNoticiaHome {
   text-align: center;
   color: black;
   font-family: Verdana;
   font-weight: normal;
   font-size: 140%;
   padding: 0 5px;
}

.textoNoticiaHome {
   text-align: left;
   color: #555;
   font-family: Verdana;
   font-weight: normal;
   font-size: 100%;
   padding: 0 15px 5px 30px;
}

#Noticias1 a:link.leiaMais, #Noticias2 a:link.leiaMais, #Noticias3 a:link.leiaMais, #Noticias1 a:visited.leiaMais, #Noticias2 a:visited.leiaMais, #Noticias3 a:visited.leiaMais {
  color: #245185;
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
  margin-left: 80px;
  text-align: left;
 }
 
#Noticias1 a:hover.leiaMais, #Noticias2 a:hover.leiaMais, #Noticias3 a:hover.leiaMais {
  color: red;
}

/*-----------------------------------------------------------------------------------------------*/
/* Área 2*/
/*-----------------------------------------------------------------------------------------------*/
#area2 {
  width: 100%;
  padding-top: 10px;
  clear: both;
}

/*-----------------------------------------------------------------------------------------------*/
/* Área para a maioria dos textos*/
/*-----------------------------------------------------------------------------------------------*/
#areaTextos {
  width: 100%;
  padding-top: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border:  1px solid #ddd;
}

#areaTextos h1 {
  color: black;
  padding: 0 0 5px 0px;
  margin: 0 20px 0 20px;
  font-size: 170%;
  border-bottom: 2px solid #ddd;
  text-align: left;
}

#areaTextos h2 {
  color: #333;
  padding: 0 20px 0 35px;
  font-size: 130%;
  text-align: left;
}

#areaTextos p {
  text-align: left;
  color: #555;
  font-family: Verdana;
  font-size:115%;
  line-height:130%;
  padding: 0 20px 0 35px;
}

#areaTextos img {
  padding: 5px;
  border: 1px solid #DDD;
  margin-left: 35px;
}

p .italico {
  font-style: italic;
}

p .negrito {
  font-weight: bold;
  color: #555;
}

/*-----------------------------------------------------------------------------------------------*/
/* Links dentro da área para a maioria dos textos*/
/*-----------------------------------------------------------------------------------------------*/
#areaTextos a:link.linkTexto, #areaTextos a:visited.linkTexto {
  color: black;
  text-decoration: none;
 }
 
#areaTextos a:hover.linkTexto, #areaTextos a:hover.linkTexto {
  color: red;
 }
 
/*-----------------------------------------------------------------------------------------------*/
/* Imagem do lado esquerdo da área para a maioria dos textos*/
/*-----------------------------------------------------------------------------------------------*/
#imagemEsquerda {
  padding-right: 20px;
  float: left;
}

#imagemEsquerda .legenda {
  text-align: center;
  color: #555;
  font-family: Verdana;
  font-weight: normal;
  font-size: 80%;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-right: 0px;
}

/*-----------------------------------------------------------------------------------------------*/
/* Banner em flash, centralizado, da área para a maioria dos textos*/
/*-----------------------------------------------------------------------------------------------*/
#imagemAikidoFlash {
  border: 0;
  text-align: center;
}

/*-----------------------------------------------------------------------------------------------*/
/* Imagens centralizadas da área para a maioria dos textos, NOVO DOJO*/
/*-----------------------------------------------------------------------------------------------*/
#areaTextos .centro {
  text-align: center;
  margin: -10px 0 0 15px;
}
#areaTextos img.galeria {
  margin: -5px 7px 15px 7px;
}

/*-----------------------------------------------------------------------------------------------*/
/* Imagens alinhada à direita da área para a maioria dos textos, TREINOS*/
/*-----------------------------------------------------------------------------------------------*/
#imagemFundoDireita {
  text-align: right;
  float: right;
  border: 0;
  margin-top: -275px;
  /*margin-top: -456px; -- bamboo */
}

#imagemFundoDireita  img{
  border: 0;
}

/*-----------------------------------------------------------------------------------------------*/
/* Links para o topo*/
/*-----------------------------------------------------------------------------------------------*/
 
 #topo a:link.linkTopo, #topo a:visited.linkTopo {
  color: black;
  text-decoration: none;
  margin-left: 765px;
 }
 
#topo a:hover.linkTopo, #topo a:hover.linkTopo {
  color: red;
  margin-left: 765px;
}

/*-----------------------------------------------------------------------------------------------*/
/* Rodapé*/
/*-----------------------------------------------------------------------------------------------*/
#footer {
  width: 100%;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  clear: both;
  height: 100%;
}

#footer img{
  float: right;
  margin-top: -8px;;
}

#footer p {
  font-size: 110%;
  color: #505050;
  margin: 0;
  padding: 5px 0 5px 10px;
  text-align: left;
}