/* CSS Document */

#leftcolumn{
float:left;
width:150px;
height: 400px;
border: 0px solid black;

}

#leftcolumn a{
padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
font-color: #2C146C;
border-bottom: 0px solid gray;
}

#leftcolumn a:hover{
background-color: #E9F2F8;
}

#rightcolumn{
float:left;
width:500px;
min-height: 400px;
border: 0px solid black;
margin-left: 10px;
padding: 5px;
padding-bottom: 8px;
}

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