#leftcolumn{
float:left;
width:120px;
height: 400px;
border: 0px solid #dddddd;
padding: 1px;
padding-left: 0px;
font-size: 11px;
}

#leftcolumn a{
padding: 2px 1px;
display: block;
width: 100%;
text-decoration: none;

border-bottom: 1px solid #dddddd;
}

#leftcolumn a:hover{
background-color: #f0f8ff;
}

#rightcolumn{
float:left;
width:335px;
min-height: 400px;
border: 1px solid #dddddd;;
margin-left: 2px;
padding: 5px;
padding-bottom: 8px;
}

* html #rightcolumn{ /*IE only style*/
height: 400px;
}
