
#introduction
{
	position: absolute;
	left: 28px;
	top: 110px;
	width: 600px;
}
#links li 
{
	list-style: none;
	margin: 0;
	padding: 0 0 8px 0;
	text-align: left;
}
#panelleft 
{
	position : absolute;
	left : 5px;
	top : 40px;
	width : 225px;
	visibility : visible;
	z-index : 99;
}
#panelright {
	position : absolute;
	border: 0px;
	left : 0px;
	top : 300px;
	width : 400px;
	visibility : visible;
	z-index : 99;
}
