@charset "UTF-8";
/* CSS Document */

#leftcolumn{
float:left;
width:80px;
min-height: 200px;
border: none;
padding: 5px;
padding-left: 20px;

}

#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: #FFFF80;
}

#rightcolumn{
float:left;
width:420px;
min-height: 200px;
border-left: 1px solid gray;
margin-left: 10px;
padding: 0 20px 0 20px;
}

* html #rightcolumn{ /*IE only style*/
height: 400px;
}
