#leftcolumn{
font-size: 12px;
float:left;
width:100px;
height: 400px;

padding: 5px;
padding-left: 8px;

}

#leftcolumn a{
padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid gray;
}

#leftcolumn a:hover{
background-color: #333;
}

#rightcolumn{
float:left;
width:430px;
min-height: 430px;
border: 1px solid #990000;
margin-left: 10px;
padding: 5px;
padding-bottom: 8px;
}

* html #rightcolumn{ /*IE only style*/
height: 400px;
}
