body, html {
	font-family: Comic Sans MS, Arial, Helv, Helvetica;
	font-size: 15px;
   margin: 0 auto;
   padding: 0 auto;
   text-align: center;
   position: relative;
}
a {
	font-family: Comic Sans MS, Arial, Helv, Helvetica;
	font-size: 15px;
	text-decoration: none;
	color: #4041ff;
}
td, th {
	font-family: Comic Sans MS, Arial, Helv, Helvetica;
	font-size: 15px;
}
input,textarea {
	font-family: Comic Sans MS, Arial, Helv, Helvetica;
	font-size: 12px;
	border: 1px solid;
	border-color: #94B18C;
	width: 220px;
	padding-left: 3px;
	padding-right: 3px;
}

#container {
   width: 860px;
   margin: 0 auto;
   padding: 0 auto;
   display: block;
   margin-top: 10px;
}
.schedule { font-size: 10pt; }
.bottom_menu { font-size: 10pt; color: Gray; }
.bottom_menu:HOVER { font-size: 10pt; color: White; }
.address {
	margin-left: 30px;
	display: block;
}

.mattblacktabs {
overflow: hidden;
}

.mattblacktabs ul {
margin: 0;
padding: 0;
list-style-type: none;
}

.mattblacktabs li {
display: inline;
margin: 0;
}

.mattblacktabs li a {
float: right;
display: block;
text-decoration: none;
margin: 0;
padding: 4px 8px; /*padding inside each tab*/
color: white;
font: bold 12px Comic Sans MS;
background: black; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited {
color: white;
}

.mattblacktabs li a:hover {
background: #414141;
}
.mattblacktabs li.selected a {
background: #202020;
border: 1px solid gray;
border-top: 6px solid #202020;
}

#imgborder {
	border: 1px solid gray;
}
#booknow {
   position: absolute;
   display: block;
   right: 5px;
   top: 0px;
   width: 139px;
   height: 65px;
}