@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
}
#content {
	position: relative;
	width: 950px;
	height: auto;
}
#hourscontent {
	position: relative;
	left: 230px;
	width: 700px;
	height: 160px;
	margin: 10px 0 0 0;
	line-height: 14px;
}
.days {
	width: 300px;
	height: auto;
	margin: 20px 0 0 0;
}
#ildays {
	position: absolute;
	left: 0px;
}
#stldays {
	position: absolute;
	left: 370px;
}
.hours {
	width: 92px;
	height: auto;
	position: absolute;
	top: 26px;
	left: 208px;
}
#stlhours {
	position: absolute;
	top: 14px;
	left: 780px;
}
.header {
	color: #db0000;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	text-shadow: #FFFFFF;
	line-height: 18px;
}
.hrule {
	background-color: #db0000;
	height: 2px;
	width: 295px;
	margin: 3px 3px 3px 2px;
}
#holiday-hours-header {
	position: relative;
	width: 700px;
	font-weight: bold;
	font-size: 16px;
	color: #009900;
	text-align: center;
}
.date {
	position: relative;
	color: #db0000;
	font-weight: 400px;
	font-size: 12px;
}
