#l_menu{
float:left;
width:216px;
height: 290px;
}

#l_menu a{
display: block;
width: 100%;
height:72px;
text-decoration: none;
font-weight: bold;
}

#l_menu a:hover{
background-color: #FFFF80;
}

#results{
float:right;
width:531px;
height: 230px;
margin-left: 9px;
color:#FFF;
background:url(img/accordion_bg.png) no-repeat;
padding:30px;
font-size:15px;
}

* html #results{ /*IE only style*/
height: 290px;
}