#left_column { 
	float:left; 
	margin:0; 
	padding:1em; 
	width:225px; 
}
#right_column { 
	margin-left:250px 
}
#sajax1 { 
	width:180px; 
	margin:0; 
}
#sajax2 { 
	width:180px; 
}
#top_group { 
	width:180px; 
}
#bottom_group { 
	width:180px; 
}
ul.sortable li { 
	position: relative; 
}
ul.boxy { 
	list-style-type:none; 
	padding:4px; 
	margin:0px; 
	width:10em; 
	font-size:13px; 
	font-family: "Lucida Grande", "Lucida Sans Unicode";
}
ul.boxy li { 
	cursor:move; 
	margin-bottom:4px; 
	padding:2px 2px; 
	border:1px solid #ccc; 
	background-color:#eee; 
}

ul.fixed { 
	list-style-type:none; 
	padding:4px 4px 2px 4px;
	margin:0px; 
	width:10em; 
	font-size:13px; 
	font-family:"Lucida Grande", "Lucida Sans Unicode"; 
	background-color:#C6E2FF 
}
ul.fixed li { 
	margin-bottom:4px;
	padding:2px 2px;
	border:1px solid #ccc;
	background-color:#030277;
	color:#e1e1e1;
}