body {
	margin:0;
	background:Black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:Black;
}

a:link, a:visited {
	color:Black;
	text-decoration:underline;
}

a:hover {
	color:#333333;
	text-decoration:none;
}

#holder {
	background:White;
	width:856px;
	margin:0 auto;
}

#header {
	background:Black;
}

#calnfo {
	height:30px;
	width:856px;
	text-align:center;
}

#calnfo img {
	border:none;
	position:relative;
	top:4px;
}

#calnfo div {
	float:left;
	width:33%;
	padding-top:4px;
}

#curMonth {
	position:relative;
	top:1px;
	font-size:16px;
}

#daytitle {
	clear:left;
	margin:0 1px;
}

#daytitle div {
	text-align:center;
	color:White;
	background:Black;
	width:120px;
	margin:0 1px;
	float:left;
}

.week {
	clear:left;
	display:table;
	margin:2px 0 0 2px;
	background:url(images/week.jpg) no-repeat;
}

.week div {
	display:table-cell;
	width:119px;
	height:405px;
	padding:15px 2px 10px 1px;	
	border-bottom:2px solid Black;
	background:White url('MONDAYHOURS.jpg') no-repeat;
	float:left;
}

.date {
	padding:4px;
	background:Black;
	color:White;
}