@charset "UTF-8";
.hockey_header {
	color: #C00;
}
.hockey_month {
	color: #060;
}
body {
	background-color: #6FF;
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
}
.hockey_day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: underline;
	color: #060;
}
.preform_center {
	margin-left: 290px;
}
.preform_center2 {
	margin-left: 190px;
}
h1 {
	color: #C00;
}
.container {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.content1 {
	float: right;
	width: 480px;
	padding-bottom: 10px;
}
.content2 {
	padding: 10px 0;
	width: 480px;
	float: right;
}
footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
