#football
{
	height: 290px;
	padding: 20px;
	margin: 10px 5px 5px 5px;
	background-image: url(img/football_box.png);
	overflow: hidden;
	color: White;
}

#football img
{
	vertical-align: middle;
}

#football table
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}

.cfl
{
	height: 460px;
	width: 325px;
	padding: 20px;
	margin: 5px 5px 5px 5px;
	background-image: url(img/football_high_box.png);
	float: left;
}

.cfl h1,.cfl h2,.cfl h3,.cfl h4,.cfl h5,.cfl h6
{
	margin: 0px 10px;
	text-align: center;
	color: Black;
}

.cfl a:link, .cfl a:visited { color: #09498b; font-weight: bold; text-decoration:none; }
.cfl a:hover, .cfl a:active { color: #09498b;	text-decoration:underline; }

.cfl ul
{
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}

.cfl img
{
	margin: 5px 10px;
	vertical-align: middle;
}

.nfl
{
	height: 290px;
	width: 325px;
	padding: 20px;
	margin: 5px 5px 5px 5px;
	background-image: url(img/football_half_box.png);
	float: left;
}

.nfl h1,.nfl h2,.nfl h3,.nfl h4,.nfl h5,.nfl h6
{
	margin: 0px 10px;
	color: Black;
}

.nfl a:link, .nfl a:visited { color: #09498b; font-weight: bold; text-decoration:none; }
.nfl a:hover, .nfl a:active { color: #09498b;	text-decoration:underline; }

.nfl ul
{
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}

.nfl img
{
	margin: 5px 10px;
}

img.nfl_team
{
	border: solid 2px White;
	vertical-align: middle;
}
