﻿#container {
    margin: 0px;
    width: 100%;
    vertical-align: top;
}

#header {
	text-align: left;
	background: transparent url('../images/headerSlice.png') repeat-x right top;
}

.spacer {
	width: 7px;
	background: transparent;
}

#subContainer {
	vertical-align: top;
	width: 95%;
	margin: auto;
}

#contentBody {
    padding: 10px;
    width: 700px;
    text-align: left;
    vertical-align: top;
    color: white;
    background-color: #4B77BE;
    border: 2px solid #EEC907;
}

#notice {
	text-align:center;
	border: 1px solid yellow;
	background-color: #C2CEEF;
	color: #AF1C1C;
	padding: 2px 0px;
}

#hours {
	float: right;
	width: 150px;
	background-color: #FF8727;
	border: 2px solid #1B54AF;
	color: white;
	font-size: 0.85em;
	padding: 3px;
}

#reviews {
	font-size: 0.85em;
}

.title {
	font-weight: bold;
	color: #EEC907;
}

.title a:visited {
	color: #EEC907;
	text-decoration: none;
}

.title a:active {
	color: #EEC907;
	text-decoration: none;
}

.title a:link {
	color: #EEC907;
	text-decoration: none;
}

.title a:hover {
	color: #FF8727;
}

#events {
    width: 150px;
    padding: 5px;
    background-color: #1B54AF;
    border: 2px solid #EEC907;
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.825em;
    color: white;
    vertical-align: top;
}

.menuMain {
	width: 100%;
}

.eventsMenu {
	width: 100%;
}

.eventsMenu td {
	padding: 5px 3px 5px 3px;
}

.menuMain td {
	padding: 7px 5px 7px 5px;
	border-bottom: 1px dotted orange;
}

#footer {
	text-align: center;
	font-size: 0.8em;
	color: white;
	padding: 10px;
}