/* WEEKNAV */
#weekNav {
	width: 990px;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	height: 5.7em;
}
#weekNav ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; 
	padding: 0;
}
#weekNav ul li {
	display: block;
	margin: 0;
	float: left;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	width: 111px;
	padding: 0;
}
/* MONDAY */
#weekNav ul li.MondayActive {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 8.4em;
	height: 4.9em;
	padding: .8em 0 0 0;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/weekNav/mondayActive.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ff9000;
}
#weekNav ul li a.Monday {
	display: block;
	width: 8.4em;
	height: 4.9em;
	padding: .8em 0 0 0;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/weekNav/monday.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #464953;
}
#weekNav ul li a:hover.Monday {
	color: #464953;
	text-decoration: none;
	background-image: url(../images/weekNav/mondayOver.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #71747e;
}
/* TUESDAY */
#weekNav ul li.TuesdayActive {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 8.4em;
	height: 4.9em;
	padding: .8em 0 0 0;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/weekNav/tuesdayActive.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ff9000;
}
#weekNav ul li a.Tuesday {
	display: block;
	width: 8.4em;
	height: 4.9em;
	padding: .8em 0 0 0;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/weekNav/tuesday.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #464953;
}
#weekNav ul li a:hover.Tuesday {
	color: #464953;
	text-decoration: none;
	background-image: url(../images/weekNav/tuesdayOver.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #71747e;
}
/* WEDNESDAY */
#weekNav ul li.WednesdayActive {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 8.4em;
	height: 4.9em;
	padding: .8em 0 0 0;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/weekNav/wednesdayActive.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ff9000;
}
#weekNav ul li a.Wednesday {
	display: block;
	width: 8.4em;
	height: 4.9em;
	padding: .8em 0 0 0;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/weekNav/wednesday.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #464953;
}
#weekNav ul li a:hover.Wednesday {
	color: #464953;
	text-decoration: none;
	background-image: url(../images/weekNav/wednesdayOver.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #71747e;
}
/* THURSDAY */
#weekNav ul li.ThursdayActive {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 8.4em;
	height: 4.9em;
	padding: .8em 0 0 0;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/weekNav/thursdayActive.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ff9000;
}
#weekNav ul li a.Thursday {
	display: block;
	width: 8.4em;
	height: 4.9em;
	padding: .8em 0 0 0;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/weekNav/thursday.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #464953;
}
#weekNav ul li a:hover.Thursday {
	color: #464953;
	text-decoration: none;
	background-image: url(../images/weekNav/thursdayOver.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #71747e;
}
/* FRIDAY */
#weekNav ul li.FridayActive {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 8.4em;
	height: 4.9em;
	padding: .8em 0 0 0;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/weekNav/fridayActive.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ff9000;
}
#weekNav ul li a.Friday {
	display: block;
	width: 8.4em;
	height: 4.9em;
	padding: .8em 0 0 0;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/weekNav/friday.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #464953;
}
#weekNav ul li a:hover.Friday {
	color: #464953;
	text-decoration: none;
	background-image: url(../images/weekNav/fridayOver.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #71747e;
}
/* SATURDAY */
#weekNav ul li.SaturdayActive {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 8.4em;
	height: 4.9em;
	padding: .8em 0 0 0;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/weekNav/saturdayActive.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ff9000;
}
#weekNav ul li a.Saturday {
	display: block;
	width: 8.4em;
	height: 4.9em;
	padding: .8em 0 0 0;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/weekNav/saturday.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #464953;
}
#weekNav ul li a:hover.Saturday {
	color: #464953;
	text-decoration: none;
	background-image: url(../images/weekNav/saturdayOver.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #71747e;
}
/* SUNDAY */
#weekNav ul li.SundayActive {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 8.4em;
	height: 4.9em;
	padding: .8em 0 0 0;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/weekNav/sundayActive.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ff9000;
}
#weekNav ul li a.Sunday {
	display: block;
	width: 8.4em;
	height: 4.9em;
	padding: .8em 0 0 0;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/weekNav/sunday.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #464953;
}
#weekNav ul li a:hover.Sunday {
	color: #464953;
	text-decoration: none;
	background-image: url(../images/weekNav/sundayOver.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #71747e;
}
/* LAST WEEK */
#weekNav ul li.lastWeekActive {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 8.4em;
	height: 4.9em;
	padding: .8em 0 0 0;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/weekNav/lastActive.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ff9000;
}
#weekNav ul li a.lastWeek {
	display: block;
	width: 8.4em;
	height: 4.9em;
	padding: .8em 0 0 0;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/weekNav/last.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #464953;
}
#weekNav ul li a:hover.lastWeek {
	color: #464953;
	text-decoration: none;
	background-image: url(../images/weekNav/lastOver.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #71747e;
}
/* NEXT WEEK */
#weekNav ul li.nextWeekActive {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 8.4em;
	height: 4.9em;
	padding: .8em 0 0 0;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/weekNav/nextActive.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ff9000;
}
#weekNav ul li a.nextWeek {
	display: block;
	width: 8.4em;
	height: 4.9em;
	padding: .8em 0 0 0;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/weekNav/next.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #464953;
}
#weekNav ul li a:hover.nextWeek {
	color: #464953;
	text-decoration: none;
	background-image: url(../images/weekNav/nextOver.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #71747e;
}
#container #wootd h3 {
	color:#666666;
	padding-top: 10px;
	padding-left:10px;
	font-size: 150%;
	
}
#container #wootd {
	height: 150px;
}
