/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	background-color:#E99E54;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #aa0216;
	margin-left: 35px;
	margin-top: 45px;
}
#allcontent {
	margin: auto;
	width: 825px;
	background-color: #FFFFCC;
}
/* top of page, including header, welcome, weather */
#main {
	text-align: center;
}
/* body content */
#content {
	color: #990000;
	font-weight:bold;
}
#sidebar {
	width: 225px;
	float: left;
}
#merc {
	border-color:#333300;
	border-style:dashed;
	border-width:thin;
}
#foot {
	clear:left;
	text-align: center;
	font-size:10px;
	vertical-align:middle;
	color: #990000;
}
#central {
	margin-left: 285px;
	margin-right:50px;
	color:#AA0216;
	text-align: justify;
	line-height: 1.4em;
	font-size: 17px;
}
#contact {
	text-align: center;
}
a.nav:link, a.nav:visited {display: block; padding: 2px; border: 2px outset #efb57c; font-size:16px;}
a.nav:focus, a.nav:hover {display: block; padding: 2px; border: 2px outset #efb57c; background-color:#99FFCC; font-size:16px;}
a.nav:link {color:#990000; font-weight: bold;}
a.nav:visited {color:#996600; font-weight: bold;}
a:link {color:#990000; font-weight: bold;}
a:visited {color:#996600; font-weight: bold;}

h2 {
	text-align: center;
}
h3 {text-align: center;
	font-size:15px;
	font-weight: bold;
	text-decoration:underline;
}
.days {
	font-size:12px;
	font-style:italic;
}
.hours {
	font-size: 12px;
}
.title {font-size: 14px;
}