/* CSS Document */

/*================================================================
The stylesheet for pages within the ABOUT section.
  
================================================================*/

/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .9em;
	color:#29303B;
	line-height:1.5;
}

.title {
	font-size: .8em;
	color: #666;
	line-height:1.5;
}

#profile_wrapper {
	padding: 0;
	margin: 8px 18px 8px 0;
	width: 248px;
	border-bottom: 1px dashed #999;
	float: left;
}

#profile_photo {
	float: left;
	width: 110px;
	padding: 0;
	margin: 0 12px 0 0;
}

#profile_text {
	float: left;
	padding: 0;
	margin: 12px 0 0 0;
}
