/* GENERAL FORMATTING */
html {overflow: -moz-scrollbars-vertical;} /* always show vertical scrollbar in firefox */
h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 32px;
	color: #222222;
	padding-bottom: 6px;
}
h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 24px;
	color: #111111;
	padding-bottom: 6px;
}
h3 {
	font-family: arial, verdana, sans-serif;
	font-size: 20px;
	color: #000000;
	padding-bottom: 6px;
}
ul {
	padding-bottom: 6px;
}
p {
	padding-top: 2px;
	padding-bottom: 12px;
}
body {
	background: url(/images/background_top.gif) top left repeat-x; /* blue bar on top of screen */
	background-color: #fff;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
strong { font-weight: bold; }
.red { color:red; }
.hours {
	font-size: 12px;
}
.highlight {
	color: #993333;
}
.motto {
	color: #993333;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
}
.menuTitle {
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.menuDescription {
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.menuPrice {
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	margin-top: 2px;
}

/*************************************/

div.data {
	position: relative;
	width: 100%;
	border: 1px;
	border-style: dashed;
	padding: 8px;
	margin: 8px;
}

#wrapper {
	width:740px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding: 0;
	top: 0;
	left: 0;
}

div#title h1 {
	color: #fff;
    position:absolute; 
    right: 50%; 
    top: 40px;
}

div#navigation {
	position: absolute;
	left: 50%;
	font-size: 18px;
	font-style: bold;
	line-height: normal;
	top: 90px; /* to get just above the blue bar */
}
div#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#navigation li {
	float: left;
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;
}
div#navigation a {
	display: block;
	color: #fff;
	padding: 5px;
	text-decoration: none;
}
div#navigation a:link a:visited {
}
div#navigation a:active {
}
div#navigation a:hover {
	color: #996633;
}
div#navigation #current a {
	color: #333333;
}

div#leftColumn {
    position:absolute; 
    width:200px; 
    z-index:1; 
    left: 0px; 
    top: 180px;
}

div#rightColumn {
    position:absolute; 
    width:515px; 
    z-index:2; 
    right: 0px; 
    top: 160px;

}
