#top{
float:none;
width:700px;
min-height: 50px;
border: 3px solid black;
margin-left: 10px;
padding: 5px;
padding-bottom: 8px;
}

#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{
	position:absolute;
	width:375px;
	height:250px;
}

* html #rightcolumn{ /*IE only style*/
height: 400px;
}

#box{
background:#ffffff;
}
#box a{
padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
background-color:#00FF33

}

#box a:hover{
background-color: #FF3300;
}
