@charset "utf-8";
/* CSS Document */

/*Brothers Styles
------------------------------------------- */

.profile{
	width:95%;
	overflow:auto;
	display:block;
	margin: 0px 0 10px 15px;
	padding: 5px;
	border: 1px solid #CCC;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #444;
}

.profile .header, .profile .description{
	display:inline;
	float:left;
}

.profile .header{	
	width:150px;
}

.profile .description{	
	width:590px;
	margin: 5px 0 0 20px;
}

.profile .header img {
	margin: 0 0 5px 0;		
	display: block;		
	width:100%;	
}

.profile .header .name, .profile .header .nickname{
	display:block;
}

.profile .header .nickname {
	font-size:.9em;
}	

.profile .quote{
	width: 500px;
	background:#EEE;
	margin:15px 0 0 0;
}

.profile .position{
	font-weight:bold;
}

.profile a {
	color:inherit;
	text-decoration:none;
	border: 0px none;
}

.profile a img{
	border: 0px none;
}