@CHARSET "ISO-8859-1";
#content{
	overflow: hidden;
	zoom: 1;
	width: 100%;
}

#left-content, #right-content{
	float: left;
	width: 49%;
}

#left-content{
	border-right: 1px groove #444444;
}

#left-content h1, #right-content h1{
	font-size: 15px;
	float: right;
	margin-right: 20px;
}

#left-content ul, #right-content ul{
	list-style-type: none;
	margin-top: 50px;
}

.avatar{
	float: left;
	display: block;
	text-align: center;
	width: 54px;
	margin-right: 5px;
}

.avatar img{
	border: 1px solid #bbb;
	padding: 1px;
}

#left-content ul li{
	overflow: hidden;
	zoom: 1;
	height: 55px;
}

#left-content ul li p{
	margin-top: 2px;
	height: 40px;
}

#right-content ul li{
	margin-top: 14px;
	margin-bottom: 10px;
}