/* CSS Document */
body {
	background-image: url(../imagens/backGround.jpg);
}

/* estilizando o ID caixa */ 
#caixa { 
width: 150px; /* definindo a largura */ 
background-color: #cccccc; /* definindo a cor de fundo*/
/* definindo a imagem de fundo, que ficará em baixo no rodapé e não se repetirá */
background-image: url(../imagens/rodape.jpg); background-repeat: no-repeat;
background-position: bottom;
padding-bottom: 25px;
}
#caixa h1 {
background-image: url(../imagens/topo-caixa.jpg);
background-repeat: no-repeat;
background-position: top;
margin: 0px;
padding: 6px;
font-size: 9px;
color: #CDCDCD;
}

#menuver {
width: 11em;
padding: 0; 
margin: 0;
font: 12px Verdana, sans-serif;
background: #333333; 
border-top: 2px solid black; 
border-bottom: 2px solid black; 
}
#menuver li {
list-style: none;
margin: 0.5em 0 0.5em 0.5em; 
}
#menuver li a {
margin:0; 
padding:0;
text-decoration:none;
color: #fff;
}
#menuver li a:visited {
color: #fff;
}
#menuver li a:hover { 
background: #fff;
color: #000; 
}
#menuver li a:active { 
background: #ccc;
color: #000; 
}
.style13 {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #000000; 
}

