@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000000;
}
ul {
	margin-bottom: 10px;
	margin-left: 60px;
}
li {
	margin-bottom: 5px;
}
b, a {
	color: #7B1113;
}
#content {
	background-color: #FFFFFF;
	text-align: left;
	width: 950px;
	border: 2px solid #7B1113;
	height: 609px;
	background-image: url(kent/restaurant-bearsted.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 127px;
	width: 950px;
	background-color: #7b1113;
	position: relative;
}
#logoSouffle {
	position: absolute;
	left: 0px;
	top: 0px;
}
#flashBox {
	position: absolute;
	left: 295px;
	top: 0px;
	background-color: #000000;
	text-align: center;
	height: 127px;
	width: 441px;
	color: #B9A659;
}
#reservations {
	position: absolute;
	top: 0px;
	right: 0px;
}
#leftImage {
}
#mainMenu {
	line-height: 24px;
	text-align: center;
	height: 24px;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7B1113;
	background-color: #000000;
}
#mainMenu a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
#mainMenu a:hover {
	color: #B5A661;
}
#leftImage {
	border-right-style: solid;
	border-right-color: #877C46;
	border-right-width: 1px;
	float: left;
}
#theText {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 440px;
}
#theText h1 {
	color: #B5A760;
	text-decoration: underline;
	margin-bottom: 15px;
	font-size: 16px;
}
#theText p {
	margin-bottom: 15px;
	line-height: 16px;
}
#sideLinks {
	float: left;
	margin-top: 40px;
	margin-left: 5px;
	width: 189px;
}
#sideLinks img {
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	line-height: 24px;
	background-color: #00270C;
	text-align: center;
	height: 24px;
	color: #BCAD5A;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7B1113;
	border-bottom-color: #7B1113;
	border-left-color: #7B1113;
}
#footer a {
	color: #BCAD5A;
	text-decoration: none;
}

