@charset "utf-8";
/* CSS Document
 *
 * name: Profile.css, 
 * created: 11.28.2009
 *
 * (C) 2009 Supernatant, LLC>
 *
 * # - id
 * . - class
 */

.jumpTo {
	font-size: 13px;
	margin-bottom: 10px;
}

.jumpLetter {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

.jumpList {
	padding: 10px 0 10px 50px;
	font-size: 16px;
}

.jumpLetterSmall
{
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

.jumpListSmall
{
	padding: 5px 0 5px 20px;
	font-size: 10px;
}

.ProfileSection {
	margin-bottom: 20px;
}

#ContentHead {
	display: block;
	position: relative;
}

#Profile {
	min-height: 600px;
}

#Profile .photo {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.ProfileSection {
	margin-bottom: 20px;
}

#PurchaseLinks,  #Links {
	width: 155px;
	margin-right: 20px;
	float: left;
}

#Discography, .module {
	width: 330px;
	margin-right: 20px;
	float: left;
}

#Discography td {
	vertical-align: top;
}

#Links li {
	margin: 2px 0;
}

#Links a {
	padding: 2px;
	text-decoration: none;
}

#Links img
{
	vertical-align: bottom;
	border: 0;
}

#Corrections {
	clear: both;
}