body {
		padding: 0px;
		margin: 0px;
		text-align: center;
		color: #cdc2a2;
		font-family: Copperplate, "Engravers MT", "Wide Latin", "Cooper Black", "Hei Regular", serif;
		background-position: 0 bottom;
		background-attachment: fixed;
		background-color: #000033;
	}
	ol {
		margin: 0px;
		padding: 0px;
	}
	.schedule li {
		color: #caa018;
		height: 1.5em;
		background-position: 0;
		padding: 6px;
		margin: 2px;
		position: relative;
		display: block;
	}
	li {
		list-style-type: none;
	}

	.when {
		width: 50px;
		position: absolute;
		text-align: right;
		left:4px;
		color: white;
		font-size: 10pt;
	}

	.home {
		color: white;
		padding-left: 60px;
		position: absolute;
		padding-right: 60px;
		right: 50%;
		text-align: right;
	}

	.away {
		color: white;
		position: absolute;
		padding-left: 60px;
		padding-right: 60px;
		left: 50%;
		text-align: left;
	}

	a {
		text-decoration: none;
		color: #caa018;
	}

	a:hover {
		color: white;
	}

	h1 {
		font-size: 72pt;
	}

	h2 {
		font-size: 48pt;
	}

	h3 {
		font-size: 24pt;
	}

	h4 {
		font-size: 14pt;
	}

	#canvas {
		position: relative;
		margin-bottom: 320px;
	}

	.team {
		padding: 3px;
		color: white;
		margin: 6px;
		background-position: 0 top;
		background-image: url(bits/trim.png);
		background-repeat: repeat-x;
		position: relative;
		width: 30%;
		display: inline-block;
		vertical-align: top;
	}

	.team li {
		display: block;
		text-align: left;
	}

	.captain {
		padding-right: 15px;
		background-position: right center;
		background-repeat: no-repeat;
		color: #e6af2b;
		background-image: url(bits/captain.png);
	}

	hr {
		border-color: #202467;
	}

	#foot {
		margin: 0px;
		padding: 0px;
		background-image: url(bits/foot.png);
		background-repeat: repeat-x;
		width: 100%;
		text-align: center;
		height: 300px;
		bottom: 0px;
		position: fixed;
		display: block;
	}

	#sponsors {
		width: 100%;
	}

	.highlights {
		border-bottom-color: #bfbfa6;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}

	.schedule {
		border-top-color: gray;
		border-top-style: solid;
		border-top-width: 1px;
	}

	.highlights .home, .highlights .away{
		color: gray;
		font-size: 10pt;
	}

	