﻿/* Front Page Content Area */
#wrap {
	background-position: left top;
	position: relative;
	background-image: url('../images/daily_content_back.jpg');
	background-repeat: no-repeat;
}

#front_content {
	font-size: 14px;
	margin: 0px 13px 0px 590px;
	padding: 10px 0 10px 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
}
#front_content h2 {
	margin:0;
	padding:0;
}

/* day images */
#front_content h2.mon {
	background-position: left top;
	display: block;
	text-indent: -9999px;
	background-image: url('../images/wk/monday.jpg');
	background-repeat: no-repeat;
	width: 137px;
	height: 30px;
}
#front_content h2.tue {
	background-position: left top;
	display: block;
	text-indent: -9999px;
	background-image: url('../images/wk/tuesday.jpg');
	background-repeat: no-repeat;
	width: 137px;
	height: 30px;
}
#front_content h2.wed {
	background-position: left top;
	display: block;
	text-indent: -9999px;
	background-image: url('../images/wk/wednesday.jpg');
	background-repeat: no-repeat;
	width: 137px;
	height: 30px;
}
#front_content h2.thur {
	background-position: left top;
	display: block;
	text-indent: -9999px;
	background-image: url('../images/wk/thursday.jpg');
	background-repeat: no-repeat;
	width: 137px;
	height: 30px;
}
#front_content h2.fri {
	background-position: left top;
	display: block;
	text-indent: -9999px;
	background-image: url('../images/wk/friday.jpg');
	background-repeat: no-repeat;
	width: 137px;
	height: 30px;
}
#front_content h2.sat {
	background-position: left top;
	display: block;
	text-indent: -9999px;
	background-image: url('../images/wk/saturday.jpg');
	background-repeat: no-repeat;
	width: 137px;
	height: 30px;
}
#front_content h2.sun {
	background-position: left top;
	display: block;
	text-indent: -9999px;
	background-image: url('../images/wk/sunday.jpg');
	background-repeat: no-repeat;
	width: 137px;
	height: 30px;
}


#front_content p {
	margin: 0 0 10px 0;
}
#front_content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}