@charset "utf-8";
@import "import.css";

#profile table {
	float: left;
	margin-bottom: 40px;
	width: 343px;
}

#profile th {
	background-color: #FBFBF8;
	border-bottom: 10px solid #fff;
	font-weight: normal;
	padding: 3px 10px;
	text-align: left;
}

#profile td {
	background-color: #FBFBF8;
	border-bottom: 10px solid #fff;
	padding: 3px 10px;
}

#profile #map {
	float: right;
	padding-right: 5px;
	width: 250px;
}

#profile #map p {
	margin: 0 0 10px 10px;
	
}

#profile #map p.link {
	margin-left: 0;
}

#profile p.banner {
	clear: both;
}


