﻿html {
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	height: 100%;
	line-height: 1.5;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 86%;
	font-family: Tahoma, sans-serif;
}
#Page {
	margin: 0 auto;
	width: 1000px;
	padding: 0;
	height: 100%;
}
#Header {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	height: 140px;
	width: 1000px;
}
#MenuBar {
	border-top: 1px #000000 solid;
	width: 984px;
	height: 163px;
	margin: 0 auto;
}
#MenuBar ul {
	padding: 0;
	margin: 0;
}
#MenuBar li {
	list-style: none;
	float: left;
	width: 164px;
	height: 162px;
	margin: 0 auto;
	padding: 0;
}
#MenuBar li a {
	list-style: none;
	float: left;
	width: 163px;
	height: 162px;
	margin: 0 auto;
	text-align: center;
	color: #eeeeee;
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.6;
}
#MenuHome a {
	background-image: url('images/btnhome.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}
#MenuHome a:hover {
	background-image: url('images/btnhome.jpg');
	background-repeat: no-repeat;
	background-position: 0 -162px;
}
#MenuAbout a {
	background-image: url('images/btnabout.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}
#MenuAbout a:hover {
	background-image: url('images/btnabout.jpg');
	background-repeat: no-repeat;
	background-position: 0 -162px;
}
#MenuCreative a {
	background-image: url('images/btncreative.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}
#MenuCreative a:hover {
	background-image: url('images/btncreative.jpg');
	background-repeat: no-repeat;
	background-position: 0 -162px;
}
#MenuCorp a {
	background-image: url('images/btncorporate.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}
#MenuCorp a:hover {
	background-image: url('images/btncorporate.jpg');
	background-repeat: no-repeat;
	background-position: 0 -162px;
}
#MenuCookery a {
	background-image: url('images/btncookery.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}
#MenuCookery a:hover {
	background-image: url('images/btncookery.jpg');
	background-repeat: no-repeat;
	background-position: 0 -162px;
}
#MenuBooking a {
	background-image: url('images/btnbooking.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}
#MenuBooking a:hover {
	background-image: url('images/btnbooking.jpg');
	background-repeat: no-repeat;
	background-position: 0 -162px;
}

#Content {
	width: 984px;
	margin: 0 auto;
	overflow: hidden;
}
#LeftPane {
	width: 326px;
	background-color: #000000;
	float: left;
}
#RightPane {
	width: 658px;
	background-color: #ffffff;
	float: right;
}
#LeftPane, #RightPane {
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#RightContent {
	margin-left: 20px;
}
#LeftContent {
	margin: 10px;
	color: #ffffff;
}
#LeftContent h2 {
	font-size: 140%;
	background-color: #C90134;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	text-align: center;
	font-family: "Comic Sans MS";
}
#LeftContent h3 {
	font-size: 90%;
	color: #C90134;
	margin-top: 20px;
}
#LeftContent ul {
	padding-left: 40px;
	list-style: square;
}
#LeftContent img {
	margin: 0 auto;
	border: 0;
}

#Footer{
	height:30px;
	width:984px;
	background-color:#000000;
	color:#ffffff;
	margin:0 auto;
	border-top:1px #ffffff solid;
}
h1 {
	font-size: 200%;
	margin: 0;
	padding: 10px 0;
	color: #303030;
}
h2 {
	color: #C90134;
}
h3 {
	font-size: 18px;
	margin: 0;
	padding: 8px 0;
}
p {
 
    font-size:96%;
	margin: 0;
	padding: 5px 0;
}
#TelNo {
	margin: 0 Auto;
	text-align: center;
	font-size: 140%;
}

#Copyright{
	float:right;
	font-size:70%;
	margin:10px;
}

.schedule {
	
}


.schedule td{
	padding:4px;
	border-top:1px #ff0000 solid;
	border-bottom:0px;	
	border-left:0px;
}
.scheduleDay{
	font-weight:bold;
	border-top:0px #ff0000 solid;	
}
.scheduleTime{
 	border-right:1px #ff0000 solid;	
}
.faqQuestion {
	font-style:italic; font-weight:normal;
}
.faqAnswer {
	font-style:normal; font-weight:normal; color:navy;
}

