/* @group About */
#about_page blockquote {
	display: none;
}
#about_page #about_content {
	width: 500px;
	padding-right: 100px;
	background: url(../images/content_shadow.gif) right center no-repeat;
	height: 38em;
}

#about_page #about_content h2 {
	margin-bottom: 0.8em;
}

#about_page #profiles {
	padding-top: 0em;
	width: 220px;
}

#about_page .profile {
	padding: 1.5em 0;
}

#about_page #profile_ollie {
	border-bottom: 1px solid #7a8968;
	margin-bottom: -1px;
}

#about_page #profile_mike {
}


#about_page .profile h2 {
	margin: 0 0 10px 0;
	line-height: 18px;
}

#about_page .profile p.first {
	/*margin-top: 1.5em;*/
}

#about_page .profile_content {
	margin: 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

#about_page .profile_more {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#about_page #profiles ul.links li {
	float: left;
	margin-right: 1em;
}

#about_page #profiles ul.links a {
	padding-right: 0;
	margin-right: 0;
	border: none;
	background-repeat: no-repeat;
	background-position: left center;
}

#about_page #profiles ul.links a.flickr {
	background-image: url(../../images/global/flickr_icon.gif);
	padding-left: 22px;
}

#about_page #profiles ul.links a.twitter {
	background-image: url(../../images/global/twitter_icon.gif);
	padding-left: 19px;
}

#about_page #profiles ul.links a.lastfm {
	background-image: url(../../images/global/lastfm_icon.gif);
	padding-left: 20px;
}

/* @end */
.tick_list li {
	background-image: url(../images/tick.gif);
	margin-bottom: 20px;
}
.tick_list li strong {
	border-bottom: #fff 1px dotted;
}
.sub_heading {
	margin: 0;
}
