.matchmasthead{
	margin:10px 0 0 0;
	/*background-image: url('../background.jpg');
	background-repeat: repeat-x;
	background-position: top left;*/
}
.matchmasthead .hometeam
{
	float:left;
	font-size:150%;
	font-weight:bold;
	text-align:right;
	width:285px;
}
.matchmasthead .hometeam .hometeampadoneline
{
	padding:30px 22px 0 60px;
}
.matchmasthead .hometeam .hometeampadtwoline
{
	padding:20px 22px 0 60px;
}
.matchmasthead .awayteam
{
	float:left;
	font-size:150%;
	font-weight:bold;
	text-align:left;
	width:285px;
}
.matchmasthead .awayteam .awayteampadoneline
{
	padding:30px 0 0 22px;
}
.matchmasthead .awayteam .awayteampadtwoline
{
	padding:20px 0 0 22px;
}
.matchmasthead .score
{
	background-color:#000;
	color:#FFF;
	float:left;
	font-size:250%;
	font-weight:bold;
	height:50px;
	margin-top:16px;
	text-align:center;
	width:50px;
}
.matchmasthead .score .scorepad
{
	padding-top:7px;
}
.matchmasthead .noscore
{
	float:left;
	height:50px;
	margin-top:16px;
	width:50px;
}
.matchmasthead .info
{
	float:left;
	margin:18px 13px;
	text-align:center;
	width:175px;
}
.matchmasthead .info .margintop
{
	margin-top:5px;
}
.matchmasthead .info br
{
	height:10px;
}


