/* A CSS Framework by Mike Stenhouse of Content with Style */

/* SITE SPECIFIC LAYOUT */


    body {
        margin: 0;
        padding: 0;
        text-align: center;
        
    }
	
#team1, #team2
{
	float: left;
	position: relative;
	width: 120px;
	height: 110px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#teamscore1, #teamscore2
{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	
}

#teamover1, #teamover2
{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
	
#teamlogo1, #teamlogo2
{
	margin: 0;
	padding: 0;
	text-align: center;	
}

#scorevs
{
	float: left;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	height: 110px;
	line-height: 110px;
	color: #000000;
	margin: 0;
	padding: 0;
}

#compscorecardlink
{
	clear: both;
	position: relative;
	text-align: center;
	height: 20px;
	width: 270px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
	
