body {
	margin:0;
	padding:0;
	text-align:center; /* hack para o IE */
	background-color: #8FBC8F;
}
#geral {
	width: 955px;
	margin:0 auto;			
	text-align:left; /* "remédio" para o hack do IE */	
}
#conteudo {

	background-color: #FFFFFF;
}
#menu {
    height: 245px;
	width:250px;
	background: url(../imagem/fundo_botoes2.png);
    
}
ul {
    list-style: none;
    margin: 0;
    padding:0;
}
ul a:hover{
	color:#8FBC8F;
}
ul li {
   
}
ul li a{

    float: left;
    height: 30px;
    line-height: 60px;
    margin: 0;
    padding: 0 39px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}
ul li a:hover{
   color: # FFFFFF;
}
#footer{
		position:relative;
        width: auto;
        height: 50px;
        clear: both;
        text-align: center;
		background:url(../imagem/fundo_inicio.png)	
}
.TextoPageLink {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color :#666666;
	text-decoration : none;
}

.TextoPageLink:HOVER {
		color :#000000;
		text-decoration : underline;
}
