#TeamHeader
{
	position: relative;
	margin: 0.75em 0 0.5em 0;
	height: 120px;
}

#TeamPhotograph
{
	position: absolute;
	top: 0;
	right: 1px;
	width: 160px;
	height: 120px;
}

#TeamPhotograph img
{
	border: 1px RoyalBlue solid;
}

#TeamPhotograph img:hover
{
	border: 1px Black solid;
}

#TeamNumber
{
	position: absolute;
	top: 0;
	left: 0;
	width: 105px;
	height: 120px;
	border: 1px RoyalBlue solid;
	background-image: url(../../images/text-backing.png);
}

#TeamData
{
	position: absolute;
	top: 0;
	left: 112px;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.3em;
	border: 1px RoyalBlue solid;
	background-image: url(../../images/text-backing.png);
	padding: 5px;
	width: 260px;
	height: 110px;
}

#TeamData strong
{
	color: RoyalBlue;
	font-weight: bold;
}
