#maincolumn 
{
	position: absolute;
	left: 1%;
	width: 50%;
	top:70px;
}

#clist1 
{
	position: absolute;
	left:52%;
	width:15%;
	top:70px;
}

#clist2 
{
	position: absolute;
	left:68%;
	width:15%;
	top:70px;
}

#clist3 
{
	position: absolute;
	left:84%;
	width:15%;
	top:70px;
}

#clist2 ul, #clist3 ul, #clist1 ul
{
	list-style-type: none;	
	padding: 0;
}

#clist2 ul li, #clist3 ul li, #clist1 ul li
{
	font-size: 75%;
	font-family: Tahoma, Verdana, Arial;
}
