#profile .content {
	border-right: 1px solid #36a;
	float: left;
	margin: 0 0 0 50px;
	padding: 10px 10px 0 0;
	width: 539px;
}

#profile .sidebar {
	border-left: 1px solid #36a;
	margin: 0 50px 0 599px;
	padding: 10px 0 0 10px;
	width: 240px;
}

#profile .sidebar dl,
#profile .sidebar dd {
	margin: 0;
	padding: 0;
}

#profile .sidebar dd {
	overflow: hidden;
}

#profile .sidebar dt {
	border-bottom: 1px solid #eee;
	color: #36a;
	font-size: 11px;
	font-weight: bold;
	margin-top: 1.5em;
}

