.body 
{
 background-image: url("img/fundo.jpg");
 position:absolute;

}

.texto
{
font-family: ARIAL;
font-size:12px;
color:#fff;
text-decoration:none;
line-height: 150%;
}

.texto_preto
{
font-family: ARIAL;
font-size:12px;
color:#000;
text-decoration:none;
line-height: 150%;
}


.link
{
color:#fff;
text-decoration:none;
}

.link:hover
{
color:#ccc;
text-decoration:none;
}


.link_amarelo
{
color:#fc0;
text-decoration:none;
}

.link_amarelo:hover
{
color:#fc0;
text-decoration:underline;
}


.link_laranja
{
color:#f90;
text-decoration:none;
}

.link_laranja:hover
{
color:#f90;
text-decoration:underline;
}


.moldura
{
position: absolute;
border: 1px;/* solid #ce0000;*/
background: #ffffff;
width: 950px;
height: 650px;
top: 50px;
margin-left: 80px;

}


.rodape
{
position: absolute;
border: 1px;/* solid #ce0000;*/
background-color: #999999;
width: 950px;
height: 50px;
top: 650px;
margin-left: 80px;
}

#menu
{
background-image: url(img/menu_fundo_laranja.jpg);
/*display:table;*/
width:100%;
text-align:right;
top:70px;
margin-left:0px;
border:2px;
height:32px;
}

#menu ul
{
list-style:none;
}

#menu ul li
{
display:inline;

}

#menu ul li a
{
font-family: arial;
font-size: 12px;
color: #333;
text-decoration: none;
/*background: #cccccc;*/
padding: 5px 10px;
float:left;
}


#menu ul li a:hover
{
font-family: arial;
font-size: 12px;
color: #000;
text-decoration: none;
background: #cccccc;
padding: 5px 10px;
float:left;
}


