ul.link_list li {
	width:96px;
	*width:100px;
	float:left;
}

div.sidebar_item {
	clear:both;
}

/*	PROFILE DL	*/
/*
dl.dl_profile dt
{
	width: 100px;
	float: left;
	margin-bottom: 15px;
}
*/
/* commented backslash hack for mac-ie5 \*/
/*
dl.dl_profile dt { clear: both; }
*/
/* end hack */
/*
dl.dl_profile dd
{
	float: left;
	width: 130px;
}
dl.dl_profile
{
	width:260px;
	float:left;
	padding:0px 0px 0px 15px;
}
*/
img.officer {
	float:left;
}
dl.dl_profile {
	width:260px;
	float:left;
	margin: 0;
	padding:0px 0px 0px 15px;
}
.dl_profile dt {
	font-weight: bold;
	float: left;
	clear: left;
	width: 100px;
	margin: 0 0 0.5em 0;
}
.dl_profile dd {
	float: left;
	width: 130px;
	margin: 0 0 0.5em 2%;
}
* html .dl_profile dd {
	float: none;
	margin-left: 15%;
}
* html .dl_profile dt {
	margin: 0;
}