body { background-color: #5a4828;}

/* Use on things you want to standout */
.breakout {
	font-size: 16px;
	color: #f66f38;
}

.inset {
  margin-left: 20px;
}

/* Used to shrink H1 headers because they break layout in FF */
h1 {
	font-size: 28px;
  color: #7b5f32;
	font-family: "Palatino Linotype";
}

/* Major titles like Breakfast, Dinner, etc. */
.menusectiontitle {
	color: #7b5f32;
	font-family: "Palatino Linotype";
}

/* Smaller sections inside the menu like Eggs & Stuff */
.subheader {
	font-size: 20px;
	color: #7db1e0;
}

/* Used only in the winelist to call out types of wine */
.wineheader {
	font-size: 20px;
	color: #f66f38;
}

/* Used to shrink quote attributes and push them to the right */
.quoteattrib {
	font-size: 11px;
	float: right;
	font-weight: bold;
	font-family: verdana;
	color: #6c6c6c;
}

/* Used at the bottom of the page to list contact info*/
.subcontact {
	font-size: 14px;
	position: relative; top:-15px;
		color: #2f1005;
}

.microbold {
	font-size: 14px;
	color: #24408F;
	font-weight: bold;
}

.menublockbody {
   width: 325px;
}

.menublockbodywide {
	 width: 695px;
}

.menublockbodycellwide {
   width: 650;
}

.barlistdrinkname {
   width: 200;
}

.barlistdrinkdisc {
   width: 450;
}

.menublockbodycellwide {
   width: 650;
}

.menublockbodycelldouble {
   width: 450;
}

.menutitle {
}

.menublocktop {
   width: 325px;
}

.pricecell {
   width: 35px;
	 text-align: right;
}

.menublockbodycell {
   width: 275px;
}

.heading { 
	font-size: 18pt;
	font-family: Futura, Arial;
	color: #404040;
}

.subheading {
	font-size: 12pt;
	font-family: "century gothic";
	font-weight: bold;
	color: #404040;
}

.imagelink {
						border-width: 3px;
						border-color: #A79E85;
}

a, a:visited, a:hover, a:link {
	color: #a78b36;
}

a.crumb, a.crumb:visited, a.crumb:hover, a.crumb:link {
	font-family: "century gothic";
	font-size: 8pt;
  font-weight: normal;
	color: #a79e85;
	text-decoration: underline;
}

a.acrumb, a.acrumb:visited, a.acrumb:hover, a.acrumb:link {
	font-size: 8pt;
  font-weight: normal;
	color: #a79e85;
	text-decoration: none;
}

span.crumb {
	font-family: "century gothic";
	font-size: 8pt;
  font-weight: normal;
	color: #a79e85;
	text-decoration: none;
}

.btext {
	font-family: "century gothic";
	font-size: 10pt;
	color: #1D1D21;
}

.edgepad {
  position: absolute; left: 20px; top: 80px;
}

.resume {
	font-family: "century gothic";
	font-weight: lighter;
	font-size: 12pt;
	color: #1D1D21;
}

HR CLASS=clr {
	color: #7b5f32;
}

.footerline {
	color: #7b5f32;
}

.cap {
	font-family: "century gothic";
	font-size: xx-small;
	color: #D1C7AC;
}

.MainContentCell {
  background-color: white;
	padding: 5px;
	width: 855;
	height: 523;
  overflow: auto;
}

/* This creates the colored bar for major titles */
.menusectiontitle {
  background-color: #bb9e70;
	width: 700;
	height: 50;
	padding-left: 20px;
}