
#leftcolumn{
float:left;
width:150px;
height: 400px;
border: 3px solid black;
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: #FFFF80;
}

#rightcolumn{
float:left;
width:95%;
/*width:550px;*/
/*min-height: 400px;*/
border: 3px solid black;
margin-left: 10px;
padding: 5px;
padding-bottom: 8px;
}

#rightcolumn2{

width:95%;
/*width:550px;*/
/*min-height: 400px;*/
border: 1px solid black;
margin-left: 10px;
padding: 5px;
padding-bottom: 8px;
}


* html #rightcolumn{ /*IE only style*/
height: 400px;
}
