* {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

body {
	background: url(body_bg.png) 0 0 repeat;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	color: #796642;
	font-size: 14px;
	line-height: 18px;
}
	
a {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

.clear {
	clear: both;
}

#container {
	margin: 0 auto;
	margin-top: 100px;
	width: 956px;
	background-color:rgba(255,255,255,0.5);
}

header {
	margin: 0 auto;
	padding-top: 60px;
	width: 902px;
	height: 74px;
	border-bottom: 6px solid #948e9c;
}

header h2 {
	font-family: 'Dancing Script', cursive;
	font-weight: normal;
	font-size: 60px;
	line-height: 60px;
	color: #948e9c;
	text-align: center;
}

.left-sidebar {
	margin: 15px 50px 60px 25px;
	width: 428px;
	height: 230px;
	float: left;
}

.left-sidebar img {
	float: right;
}

.left-sidebar ul {
	width: 428px;
	height: 30px;
	margin-top: 35px;
	float: right;
}

.left-sidebar ul li {
	float: right;
}

.left-sidebar h4 {
	margin-right: 10px;
	padding-top: 15px;
	font-family: 'Vollkorn', serif;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
}

.right-sidebar {
	margin: 50px 0 60px 0;
	width: 428px;
	height: 230px;
	float: left;
}

.right-sidebar h3 {
	margin-bottom: 10px;
	font-family: 'Vollkorn', serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
}

.last-paragraph {
	margin-bottom: 30px;
}

li.hours {
	margin-left: 30px;
}

ul li {
	float: left;
}