a {
	color: #B11B1B; 
	text-decoration: none;
	font-size: 18pt;
	font-weight:bold
}
a:hover {text-decoration: underline !important}
.nav {
	text-align: center;
	background: #fefefc;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navItem {
	padding: 15px;
}
.main {
	background: #ebddd0;
}
.main p {
	font-size: 12pt;
	color:#000000;
	font-weight:bold;
	margin: 10px;
}
.hours {
	height: 67px;
	background: url(../images/mid_back.jpg) repeat-x;
	text-align: center;
	margin-bottom: 25px;
}
.hours p {
	font-weight: bold;
	font-style: italic;
	font-size: 16pt;
	color: #3c2f28;
}
.leftCol, .rightCol {
	font-size: 14pt;
	color: #852727;
	width: 50%;
	text-align: center;
	float: left;
	background: #ebddd0;
	padding-bottom: 10px;
}
.leftCol a, .rightCol a {
	color: #B11B1B; 
	text-decoration: none;
	font-size: 16pt;
	font-weight:bold
}
.email a {
	font-size: 14pt;
	font-weight: normal;
}
.address{
	font-size: 18pt;
	color:#4E3B33;
	margin-top: 13px;
	margin-bottom: 12px;
	text-align:center
}