/* CSS Document */

body {
text-align: center; /* centraliza no IE */
margin: 5px;
padding: 0px;
background: url(../fundo.gif) repeat;
}

#tudo {
width: 95%;
margin: 0 auto; /* centraliza em navegadores padrão */
text-algin: center;
border: 4px solid #ffffff;
background: #ffffff;
}

#superior {
width: 100%;
height: 150px;
background: #DD127B url(../superior/superior.jpg) no-repeat;
border-bottom: 5px solid #ffffff;
}

#linha {
width: 100%;
border-top: 5px solid #FBEEE4;
}

#ladoesquerdo {
background: #ffffff;
width: 20%;
height: auto;
float: left;
border-right: 1px solid #FBEEE4;
}

#ladodireito {
background: #ffffff;
width: 70%;
height: auto;
float: right;
padding: 20px 10px 0px 20px;
border-left: 1px solid #FBEEE4;
}

.linkimagem{
border: 0px;
text-decoration: none;
}

.linkimagem img {
border: 0px;
}

/* inicio rodape */
#rodape {
font: 7pt Verdana, Arial, Geneva, Helvetica, Times New Roman, sans-serif;
width: 100%;
height: 35px;
background: #ffffff;
border-top: 1px solid #505050;
color: #000000 ;
padding: 3px 0px 0px 0px;
text-align: center;
border: 0px;
border-top: 2px solid #FBEEE4;
border-bottom: 2px solid #FBEEE4;
}

#rodape a {
color: #000000;
text-decoration: none;
}

#rodape a:link {
color: #000000;
text-decoration: none;
}

#rodape a:hover{
color: #DD127B;
text-decoration: none;
}


/* final rodape */
