#topo
{
margin-right:5px;
height:75px;
background:75c5f0;
}

#esquerda
{
position:absolute;
top:90px;
left:5px;
width:165px;
background:75c5f0;
}

#meio
{
background:#ffffff;
martin-top:90px;
margin-left:160px;
margin-right:300px;
height:100%
}

#Direita
{
position:absolute;
top:90px;
right:0px;
width:310px;
background:75c5f0;
}


#menu{
width:140px;
_width:160px; /* hack para IE */
background:#999999;
padding:5px;	
border:3px inset #cccccc;	
}

#menu ul{
widht:135px;
padding:6px;
margin:0;
background: #000;
border:3px outset #ffffff;
}
#menu li {	
list-style: none; 	
padding:3px 5px; 
background:#0000ff; /* ffffff */
margin-bottom:2px;
font: 12px verdana, arial, helvetiva, sans-serif;	
}
#menu li a { 	
display:block;
color: #ffff00;  /* ffffff */	 
text-decoration: none; 
}
#menu li a:visited {	
color: #00ffff;	/* ffffcc */
}
#menu li a:hover { 	
color: #000000;            /* 000 */
background-color:#ffffff;  /* fff */
} 



