#leftcolumn{
	float:left;
	width:250px;
	height: 400px;
	border: 3px solid black;
	padding-left: 8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#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:auto;
	min-height: 400px;
	border: 3px solid black;
	margin-left: 10px;
	padding-bottom: 8px;
	height: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	position: absolute;
}

* html #rightcolumn{ /*IE only style*/
height: 400px;
}
#apDiv1 {
	position:absolute;
	width:860px;
	height:115px;
	z-index:1;
	left: 283px;
	top: 16px;
}