* {
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-decoration: none; 
}
fieldset,
img,
table{ border: none; }

#geral{
    width:1000px;
    margin:auto;
}
#topo{
    width:1000px;
    height:76px;
    position: relative;
}
#conteudo{
    margin-top: 15px;
    position: relative;
    width: 1000px;
}
#conteudo:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
#menu{
    background-color: #f0f0f0;
    float: left;
    margin-left: 10px;
    width: 122px;
}
#centro{
    float: left;
    margin-left: 10px;
    width: 570px;
}
#direita{
	float: right;
	margin-right: 7px;
    width: 266px;
}
#rodape{
    width: 1000px;  
    position:relative;
    font-size: 11px;
    text-align: center;
    margin-top: 25px; 
}