div.Profilehead_Right {
	float: right;
	font-size: 80%;
	overflow: hidden;
	margin-right: -10px;
	padding: 0px 0px 0px 10px;
	width: 366px;
}
div.Profilehead_Right a {
	color: #FFFFFF;
	text-decoration: none;
}

div.Profilehead_Picture {
	background-image: url(./images/picture.jpg);
	height: 347px;
	margin: 0px -10px 0px 0px;
	padding: 0px;
	width: 366px;
}
div.Profilehead_Picture img {
	height: 324px;
	padding: 0px 23px 23px 23px;
	width: 324px;
}

table.Profilehead_Showcase {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 10px 0px 0px auto;
	table-layout: fixed;
}
table.Profilehead_Showcase img {
	display: block;
	margin: 0px auto 2px auto;
	padding: 0px;
}
table.Profilehead_Showcase td.Square img {
	max-width: 136px;
	max-height: 136px;
}
table.Profilehead_Showcase td.Span img {
	max-width: 351px;
	max-height: 86px;
}
table.Profilehead_Showcase td.Sponsors img {
	max-width: 61px;
	max-height: 61px;
	padding-bottom: 5px;
}
table.Profilehead_Showcase td {
	border-color: #111111;
	border-width: 5px;
	border-style: solid;
	overflow:hidden;
	padding:2px;
	text-align: center;
	vertical-align: top;
}
table.Profilehead_Showcase td.Square {
	background-color: #000000;
	width: 136px;
}
table.Profilehead_Showcase td.Span {
	background-color: #000000;
	width: 351px;
}
table.Profilehead_Showcase td.Sponsors {
	width: 61px;
}

div.Profilehead_Spacer {
	background-image: url(./images/spacer.jpg);
	height: 19px;
	margin: 0px 0px 0px -10px;
	width: 900px;
	padding: 0px;
}
