#main #profile #content {
	position:relative;
	padding-left:220px;
	padding-top:80px;
	width:380px;
	font-size:11px;
	line-height:12px;
	color:#333333;
}
#main #profile #content p {
	margin:0 0 10px 0;
	width:100%;
	text-align:justify;
}
#main #profile #image {
	position:absolute;
	left:16px;
	top:102px;
	width:134px;
	height:255px;
	background-color:#CCCCCC;
}
#main #profile #image img {
	width:134px;
	height:255px;
}
#profile ul {
	list-style-type:none;
	margin:0 0 0 15px;
	padding:0;
}
#profile li {
	list-style-image:url(../images/bullet.gif);
	padding-bottom:6px;
}
#profile li.on {
	list-style-image:url(../images/bullet_on.gif);
}
#profile li {
	font-size:11px;
	line-height:13px;
	margin:0;
	left:20px;
	color:#333333;
}
#profile li a {
	color:#ff0066;
}