@charset "utf-8";
/* CSS Document */

#diningSchedule {
	margin:0 125px 0 163px;
	text-align:center;
	font-size:17px;
	line-height:1em;
	width:568px;
}

#diningSchedule div {
	float:left;
	margin-right:30px;
}

#diningSchedule h4 {
	padding:0;
}

#diningSchedule p {
	font-size:16px;
	color:#999;
	margin-top:10px;
}

#diningSchedule a {
	font-size:13px;
	font-weight:normal;
	color:#999;
	text-decoration:underline;
}



