html {
	height: 100%;
}
body {
	height: 100%;
}
#non_footer {
	position: relative;
	min-height: 100%;
	width: 960px; 
	margin: 0 auto;
	background-image: url('/images/container_bg.png');
}
* html #non_footer {
	height: 100%;
}
#container {
	padding-bottom: 228px;
}
#footer {
	position: relative;
	margin-top: -228px;
	min-height: 228px;
}

body {
	background-image: url('/images/bg.png');
	background-repeat: repeat-x;
	background-color: #1E2126; 
}
#footer_container {
	height: 228px;
}
#header {
	background-image: url('/images/header_bg.png');
	background-repeat: repeat-x;
	width: 874px;
	margin-bottom: 24px;
}
#nav {
	width: 860px;
	height: 32px;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	font-family: 'Museo Slab 400';
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 33px;
}
#nav a {
	color: #575757;
	text-decoration: none;
}
#nav a:hover {
	color: red;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	line-height: 32px;
	padding-left: 15px;
	padding-right: 15px;
}
h1 {
	font-family: 'Museo Slab 400';
	font-size: 29px;
	color: #000000;
	margin-bottom: 10px;
}
h1 a {
	color: #000000;
}
h2 {
	font-family: 'Museo Slab 400';
	font-size: 22px;
	color: #A51122;
	margin-bottom: 10px;
	line-height: 24px;
}
h3, .price {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 19px;
	color: #5795CE;
	margin-bottom: 0px;
	line-height: 24px;
}
.sidenav h3 {
	font-size: 16px;
}
h3 a {
	color: #5795CE;
	text-decoration: underline;
}
.price {
	font-weight: bold;
	color: #000;
	line-height: 24px;
}
p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	color: #666666;
	line-height: 24px;
}
#hours {
	color: #999999;
}
#hours strong {
	display: block;
	float: left;
	width: 100px;
	color: #666;
	font-weight: normal;
}
a {
	color: #A51123;
}
#recent_news ul {
	
}
#recent_news ul li {
	list-style-image: url('/images/icon_news.png');
	color: #7F7F7F;
	font-size: 12px;
}
#recent_news ul li a {
	display: block;
	color: #5795CE;
	font-size: 14px;
}
#events p {
	color: #666;
	font-size: 14px;
}
#events p.headline {
	font-size: 12px;
	color: #7F7F7F;
	margin-bottom: 0px;
}
#events p.headline a {
	display: block;
	font-size: 14px;
	color: #5794CD;
}
#footer_content {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 35px;
	padding-bottom: 35px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#footer_content p {
	margin-bottom: 0px;
	line-height: 20px;
	font-size: 16px;
	color: #999999;
}
#footer_content a.no_color {
	color: #999999;
	text-decoration: none;
}
#address img {
	float: left;
	margin-right: 20px;
}
#address strong {
	display: block;
	color: #666666;
}
#phone strong {
	display: block;
	float: left;
	width: 80px;
	color: #666666;
}
#email {
	text-align: right;
}
p#copyright {
	color: #B2B2B2;
	font-size: 10px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	text-align: center;
}
#week {
	border: 1px solid #D6D6D6;
	padding: 10px;
}
#week table {
	border: 1px solid #C2C2C2;
	margin: 0px;	
}
#week_shadow {
	margin-bottom: 20px;
}
#week_shadow:after {
	content: url('/images/week_shadow.png');
}

.callout {
	padding: 9px;
	border: 1px solid #ccc;
}
.left {
	float: left;
	margin-right: 20px;
}
.right {
	float: right;
	margin-left: 20px;
}
.menu p {
	font-size: 13px;
	line-height: 18px;
}
.menu h3, .menu .price {
	font-size: 16px;
}
/*td {
	padding: 10px;
}*/
#week_table {
	box-shadow:inset 0 0 10px #000000;
	-moz-box-shadow:inset 0 0 6px #888;
}
span.small_week {
	font-size: 16px;
	color: #666;
}

.smaller p {
	font-size: 15px;
}
p.small {
	font-size: 12px;
	line-height: 16px;
}
label {
	display: block;
	width: 100px;
	float: left;
}
input, textarea {
	border: 1px solid #ccc;
	padding: 10px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#notice, #error {
	padding: 10px;
	border: 3px solid;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#notice p, #error p {
	margin: 0px;
}
#error {
	border-color: red;
}
#notice {
	border-color: green;
}
img.event_logo {
	margin-bottom: 10px;
}
#email_list input {
	width: 200px;
	height: 28px;
	padding: 0px 10px 0px 10px;
	margin-bottom: 9px;
}
#email_list input.text {

}