
#profilebox{
	width: 600px;
	height: 600px;	
	margin-bottom: 10px;
	background-image: url("../profile/111221-profile.jpg");
	background-position: right top;
	background-repeat: no-repeat;
}

#profiletext{
	text-align: left;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 20px;
	color:#000;
	margin-bottom: 40px;
}

.profileclear{
	clear: both;
}

#profiletext a:link{color:#000; text-decoration:underline;}
#profiletext a:visited{color:#000; text-decoration:underline;}
#profiletext a:hover{color:#000; text-decoration:underline;}
#profiletext a:active{color:#000; text-decoration:underline;}
