/* The 39 Steps CSS Document - Copyright Jon Chapman 2007*/

/*standard body elements*/

body {
	background:url(images/background.jpg) ;
	font: 0.75em arial, verdana, sans-serif;
	text-align:center;
	color:#656565;
	font-weight: normal;
	margin:0;
	padding:0;
	}

a {
	color:#65655d;
}

a:hover {
	color:#a13027;
	text-decoration:none;
}

.h1 {
	font-size: 125%;
	font-weight: bold;
	color:#656565;
}

.h2 {
	font-size: 105%;
	font-weight: bold;
	color:#656565;
	xmargin:20px 0px 10px 0px ;
	xborder-bottom:1px solid #E9E8DF;
}

.h3 {
	font-size: 125%;
	font-weight: bold;
	color:#836c4e;
}

.h4 {
	font-size: 105%;
	font-weight: bold;
	color:#836c4e;
}

/*  layout elements  */

#wrapper {
	xbackground-color:#fff;
	background-image:url(images/colback.jpg);
	text-align:left;
	width:919px;
	margin: 0 auto;
	padding: 0px 0px 0px 19px;
	xheight: 100%;
}

#header {
	xbackground-color:#3c3c3c;
	width: 900px;
	height: 90px;
	margin: 0;
	padding: 0;
	text-align:center;
}

#midPhoto {
	width: 900px;
	height: 330px;
	margin: 0;
	padding: 0;
	border: 1px solid #c6c5c3;
}

#menu {
	width: 900px;
	height: 90px;
	margin: 0;
	padding: 17px 0px 0px 0px;
}

#midTxt {
	background-image:url(images/midTxtBack.jpg);
	width: 862px;
	height: 504px;
	margin: 0;
	padding: 35px 19px 0px 19px;
}

#footer {
	font: 0.95em arial, verdana, sans-serif;
	color:#b2b2b2;
	background-image:url(images/footer.jpg);
	text-align:left;
	width:919px;
	height: 30px;
	margin: 0 auto;
	padding: 40px 0px 0px 19px;
}

#footer a {	color: #b2b2b2;	text-decoration: none; }
#footer a:hover { color: #a13027; text-decoration: none;}

/*  homepage layout  */

.lhTxt{
	float: left;
	width: 400px;
	height: 385px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

.rhAd01{
	xbackground-color:#0066FF;
	float: right;
	width: 348px;
	height: 180px;
	margin: 35px 0px 0px 0px;
	padding: 0px;
}

.rhAd02{
	xbackground-color:#0066FF;
	float: right;
	width: 348px;
	height: 180px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

/*  restaurant page elements  */

.hoursTxt {
	text-align: left;
	line-height: 18px;
	margin: 0px 0px 0px 20px;
}

.hoursIT { font-style: italic;}

.lhRestTxt{
	float: left;
	width: 400px;
	xheight: 385px;
	margin: 0px;
	padding: 0px 30px 0px 0px;
	text-align: justify;
}

.rhRestTxt{
	float: right;
	width: 430px;
	xheight: 385px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	vertical-align: top;
}

/*  chef page elements  */

#midTxtChef {
	background-image:url(images/midTxtBack.jpg);
	background-repeat:no-repeat;
	width: 862px;
	height: 1004px;
	margin: 0;
	padding: 35px 19px 0px 19px;
}

/* This is the css style that will make your text blink.*/
.blinkytext {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.2em;
     text-decoration: blink;
     font-style: normal;
 }
