#individualProfile {
	position: relative;
	background-color: #5987C6;
	background-image: url("../images/redskyride.teams.memberProfile.bg.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-top: 35px;
	padding-bottom: 35px;
	margin-bottom: 34px;
}

#individualProfile img {
	position: absolute;
	top: 24px;
	left: 25px;
}

#individualProfile p {
	color: #FFFFFF;
	padding-bottom: 0;
	padding-left: 167px;
}

#individualProfile p.name, #individualProfile p.nickname { font-weight: bold; }

#individualProfile p.nickname {
	font-size: 16px;
	text-transform: uppercase;
}

#teams {
	border-top: 1px solid #DADADC;
	padding-top: 6px;
	padding-bottom: 45px;
}

div.team {
	width: 85px;
	float: left;
	position: relative;
	margin-right: 14px;
}

div.num_6 { margin-right: 0; }

div.team img {
	margin-left: 25px;
}

div.team img.teamName {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0;
}

div.team img.teamImage { cursor: pointer; }

a.donateButton {
	position: absolute;
	top: 119px;
	left: 325px;
	width: 226px;
	height: 26px;
	background-color: #FFC423;
	background-image: url("../images/redskyride.teams.donateButton.gif");
	background-position: top left;
	background-repeat: no-repeat;
	color: #363636;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	font-size: 11px;
}

#content p span.red { color: #363636; }

#content form.donateButton {
	display: block;
	margin-left: 137px;
	margin-top: 10px;
}