html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	font-size: small;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000;
	text-align:center;
	background: #66191a url(../site_graphics/body_back.jpg) repeat fixed center top;
	padding: 20px 0;
}
div.clearit {
	clear: both;
}
div#mainWrap {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #f7e0af url(../site_graphics/border_back.jpg) repeat-y center top;
	border: 3px solid #4c1618;
}
div#banner {
	width: 1000px;
	height: 193px;
	text-align:center;
	padding: 0;
	background: #f7e0af url(../site_graphics/banner3.jpg) no-repeat center top;
	position: relative;
}
div#banner h1 {
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
div#banner p {
}
div#scrollWrap {
	width: 460px;
	margin: -55px auto 0 auto;
}
div#leftCol {
	width: 230px;
	padding: 20px 0 0 0;
	float: left;
	display: inline;
}
div#leftCol div.boxesOuterLeft {
	width: 171px;
	margin: 0 0 20px 53px;
	background: #dcaf56;
	border: 2px solid #5f4424;
}
/*------------------------
boxesInner contain the actual info in the column boxes
-------------------------*/
div#mainWrap div.boxesInner {
	border: 1px solid #5f4424;
	margin: 2px;
	background: #f7e0af;
	height: 180px;
}
div#mainWrap div.opening {
	background: url(../site_graphics/box_opening_times2.jpg) no-repeat center top;
}
div#mainWrap div.find {
	background: url(../site_graphics/box_find_us2.jpg) no-repeat center top;
}
div#mainWrap div.contact {
	background: url(../site_graphics/box_contact.jpg) no-repeat center top;
}
div#mainWrap div.taste {
	background: url(../site_graphics/box_taste.jpg) no-repeat center top;
}
div#mainWrap div.hire {
	background: url(../site_graphics/box_hire.jpg) no-repeat center top;
}
div#mainWrap div.menus {
	background: url(../site_graphics/box_menus.jpg) no-repeat center top;
}
div#mainWrap div.boxesInner h2 {
	color: #f7e0af;
	background: #8d2a33;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: 0.1em;
	margin: 0 auto 3px auto;
	padding: 0;
}
div#mainWrap div.boxesInner p {
	font-size: 13px;
	font-weight: bold;
	margin: 0 5px;
	padding: 2px 0;
	line-height: 13px
}
div#mainWrap div.boxesInner a:link, div#mainWrap div.boxesInner a:visited {
	color: #4b6327;
}
div#mainWrap div.boxesInner a:hover, div#mainWrap div.boxesInner a:active {
	color: #f7e0af;
	background: #4b6327;
	text-decoration: none;
}
div#rightCol {
	width: 230px;
	padding: 20px 0 0 0;
	float: left;
	display: inline;
}

div#rightCol div.boxesOuterRight {
	width: 171px;
	margin: 0 53px 20px 0;
	background: #dcaf56;
	border: 2px solid #644c1c;
}
div#middleCol {
	width: 540px;
	margin: 0;
	padding: 20px 0 0 0;
	float: left;
	display: inline;
	text-align: left;
}
div#middleCol p {
	margin: 5px 20px;
	
}
div#middleCol a:link, div#middleCol a:visited {
	color: #4b6327;
	font-weight: bold;
}
div#middleCol a:hover, div#middleCol a:active {
	color: #f7e0af;
	background: #4b6327;
	text-decoration: none;
}
div#middleCol div#accordionWrap {
	width: 500px;
	margin: 0 auto;
	border: 2px solid #414d1d;
}
div#middleCol div#accordionWrap h2 {
	font-size: small;
	border-bottom: 1px solid #000;
	letter-spacing: 0.1em;
}

div#middleCol div#bottomBox {
	width: 500px;
	margin: 20px auto 20px auto;
	border: 2px solid #5f4424;
	background: #dcaf56;
}
div#middleCol div#bottomBox div#bottomInner {
	margin: 2px;
	padding: 0;
	border: 1px solid #697545;
	background: #f7e0af;
}
div#middleCol div#bottomBox div#bottomInner h3 {
	color: #f7e0af;
	background: #8d2a33;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: 0.1em;
	margin: 0 auto 3px auto;
	padding: 0 20px;
	
}
div#footer {
	background: url(../site_graphics/bottom.jpg) no-repeat center bottom;
	padding: 0 0 50px 0;
}
div#footer p {
	margin: 0 53px;
	color: #f7e0af;
	font-size: 13px;
	line-height: 25px;
	border: 1px solid #f7e0af;
	background: #8d2a33;
}
div#footer a:link, div#footer a:visited {
	color: #f7e0af;
}
div#footer a:hover, div#footer a:active {
	color: #8d2a33;
	background: #f7e0af;
	text-decoration: none;
}
div#creditLink {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
div#creditLink p {
	color: #f7e0af;
	font-size: 10px;
	padding: 5px 20px 5px 22px;
}
div#creditLink p a:link, div#creditLink p p a:visited {
	color: #f7e0af;
	font-weight: bold;
	text-decoration: none;
}
div#creditLink p a:hover, div#creditLink p a:active, div#creditLink p a:focus {
	text-decoration: underline;
}