/* About Us */

/* About Us -- Schedule */
#sunday,
#wednesday
{
	float:left;
	position: relative;
	width: 50%;
}
#sunday
{
	padding-right: 5%;
	width: 45%;
}
img.schedImg
{
	border: 1px solid #d3ae57;
	left: 0;
	position: absolute;
	top: 0;
	width: 115px;
}
div.schedContent
{
	margin-left: 135px;
}
.schedContent h2
{
	margin-top: 0;
}
.schedContent ul
{
	margin: 0;
	
}
.schedContent ul li
{
	list-style-type: none;
	margin: .5em 0;
}
.schedContent ul li strong,
.schedContent ul li em
{
	display: block;
	margin: 5px 0 0 20px;
}
.schedContent ul li strong
{
	color: #572c0c;
}
