#topo {
margin: 5px;
height: 120px;
#background: yellow;
}

#esquerda {
position: absolute;
top: 115px;
left: 5px;
width: 185px;
background: #FF831A;
#background: #FAC178
}

#direita {
position: absolute;
top: 115px;
margin-left: 185px;
margin-right: 0px;
background: #F8FAED;
}

.textomenu {
font-family: verdana;
color: black;
font-size: 13px;
}

.texto {
font-family: verdana;
color: blue;
font-size: 13px;
}

h2 {
font-family: verdana;
color: #FF000C;
}

h4 {
font-family: verdana;
color: black;
}

.textolegenda {
font-family: verdana;
color: blue;
font-size: xx-small;
}

.textologo {
font-family: verdana;
color: red;
font-size: large;
}

P {
margin: 5 pixels;
margin-left: 0;
}

