﻿@charset "utf-8";
/* ===================================================================
CSS information
file name  :style_profile.css
style info :profile
=================================================================== */
body {
	background-color: #ffffff;
	font-size: 11px;
	line-height: 180%;
	text-align: center;
	color: #171717;
}

#wrapper {
	width: 580px;
	margin: 0 auto;
	padding: 20px 0 30px;
	text-align: left;
}

.profile {
	float: left;
	margin-top: 6px;
}

dl {
	float: right;
}

dl dt {
	float: left;
	clear: both;
	width: 60px;
	padding-right: 16px;
}

dl dd {
	float: left;
}