@charset "utf-8";

#profile {
	height: 400px;
	width: 600px;
	background-image: url(../profile/img/profile-bc.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#profile table {
	width: 350px;
}
#profile tr {
}
#profile td {
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px dotted #E3E3E3;
}
#profile p {
	margin-top: 20px;
	background-image: url(../profile/img/p-bc.gif);
	background-position: left center;
	padding-left: 15px;
	background-repeat: no-repeat;
	margin-left: 10px;
}
#profile a {
	color: #FF9900;
}
