a:link, a:visited {
	color: #00f;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#header {
	background: #000;
}

#title {
	background: #000;
	width: 800px;
	height: 125px;
	margin: 0 auto;
	border-left: 1px solid #939598;
	border-right: 1px solid #939598;
	text-align: left;
	color:#fff;
	min-width:800px;
}
#title img {
	float:left;
	padding-right:20px;
}
#title h1 {
	font-size:300%;
	padding-top: 3%;
	margin: 0px;
	font-weight: 900;
}
#title h2.bar {
	float:left;
	font-size:190%;
	padding: 0px;
	margin: 0px 0px 0px 6px;
	color: #c3262e;
}
#title h2.restaurant {
	float:left;
	font-size:190%;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	color: #fff;
}
#title h2.club {
	float:left;
	font-size:190%;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	color: #939598;
}

#menu {
	background: #c3262e;
	width:800px;
	margin: 0 auto;
	min-width:800px;
	padding:2px 2px 2px 0px;
}

* html #menu { padding-right: 0; } /* fix for IE */
* html #content { width:800px; margin-top:0px; height:80%} /* fix for IE */
* html #footer { width:800px } /* fix for IE */
* html #map_canvas{ width:80%;height:80% }

#menu ul {
	background: #c3262e;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #83393d;
	border-right: 1px solid #83393d;
	width: 100%;
}
#menu li {
	display: inline;
}
#menu a:link, #menu a:visited {
	padding: 0px 10px;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #83393d;
}

#menu a:hover {
	background: #83393d;
}

#content {
	width:780px;
	margin: 0 auto;
	background: #fff;
	color: #000;
	border-right: 1px solid #939598;
	border-left: 1px solid #939598;
	text-align: left;
	padding: 1% 10px;
	overflow: auto;
	margin-top:0px;
}
#content h1 {
	color: #c3262e;
}
#content h2 {
	padding: 0px 0px 0px 5px;
	margin:0px;
	color: #c3262e;
	font-size:100%;
}
#content h3 {
	padding: 30px 0px 0px 0px;
	margin:0px;
	color: #c3262e;
}
#content img.right {
	float:right;
	margin-left:3px;
}
#content img.menutitle {
	padding-top:30px;
}
#content p.quote {
	font-family:verdana;
	font-style: italic;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
#content p.dailyrecord {
	margin: 0px 0px 50px 20px;
	padding: 0px;
}
#content p.news {
	margin: 0px;
	padding: 0px;
}
#content hr {
	color: #c3262e;
	width:100%;
}
#content p.menuitem {
	font-size: 120%;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float:left;
}
#content p.menuprice {
	font-size: 120%;
	font-weight: bold;
	float:right;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
#content p.menuinfo {
	clear:both;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#content p.error {
	color: red;
}
#content td {
	vertical-align:top;
}
#loading {
	display: none;
}
#loading img {
	margin: 50px 0px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
#bookingdone, #functiondone {
	display: none;
}

#map_canvas {
	border: 2px solid black;
	overflow: auto;
	width:75%;
	height:60%;
}
#footer {
	width:780px;
	margin: 0 auto;
	background: #c3262e;
	color: #000;
	border-right: 1px solid #83393d;
	border-left: 1px solid #83393d;
	border-bottom: 1px solid #83393d;
	text-align: right;
	padding: 2px 10px;
	font-size: 75%;
	letter-spacing: 3px;
	overflow: auto;
}
#footer p.address {
	text-align:center;
	margin: 0px;
	color: white;
}
#footer p.credit {
	text-align:center;
	margin: 0px;
}
#footer a, #footer a:visited {
	text-decoration :none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
	color: #fff;
}