/* CSS Document */

#leftcolumn{
float:left;
width:490px;
height: 300px;
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: #8dabc9;
}

#rightcolumn{
	float:left;
	width:490px;
	min-height: 300px;
	margin-left: 2px;
	padding-bottom: 8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

* html #rightcolumn{ /*IE only style*/
height: 300px;
}
</style>
