html, body {
	min-height: 100.05%;
	font-family: sans-serif;
	font-size: 11pt;
	padding: 0;
	margin: 0;
	background-color: #b9eccf;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
div#container {
	width: 880px;
	margin: 1em auto;
	text-align:left;
	border: 1px solid black;
	max-width: 1024px;
	background: url('/media/bkgr200.gif') repeat-y top left;
	padding: 0;
}
div#main {
	margin:0 0 0 200px;
	padding:0;
}
div#main-content {
	margin:0;
	padding: 0.5em 1em;
	font-size: 95%;
}
div#sidebar {
	float: left;
	width: 200px;
	margin:0;
	padding:0;
}
div#sidebar-content {
	margin:0;
	padding: 0;
	text-align: center;
}
hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
}
h1#page_heading {
	margin-bottom: 0;
}
span#breadcrumbs {
	font-size: 90%;
}

/* ----- Sidebar ----- */
div#sidebar-content img {
	padding: 0;
	margin: 0;
}
div#sidebar-content img#logo-image {
	text-align: center;
	width: 198px;
}
div#sidebar-content span.heading_first {
	margin-top: 1.5em;
}
div#sidebar-content span.heading {
	display: block;
	font-weight: bold;
	margin-bottom: 1.5em;
}

/* ----- Footer ------ */
div#footer {
	background-color: white;
	border-top: 1px solid black;
	text-align: center;
	font-size: 9pt;
	padding: 0.75em;
}

/* ----- Store List ----- */
div.store {
	margin: 1em 1em 1em 3em;
	padding-bottom: 3em;
	text-align: center;
}
div.store img {
	border: 3px double black;
}
div.store span.caption {
	display: block;
}


/* ----- Restaurant Page ----- */
div#store-information div {
	margin: 1em 0;
}
div#store-photo {
	float: right;
}
div#map, div#site-photos {
	text-align: center;
	margin: 1.5em 0 0 0;
}


/* ----- Restaurant Menu ----- */
div.menu h1 {
	color: orange;
	font-size: 145%;
	margin: 1.5em 0 0.5em 0;
	padding: 0;
}
div.menu div.menu_section {
}
div.menu div.menu_section h2 {
	color: orange;
	font-size: 120%;
	margin: 0;
	padding: 1em 0 0.25em 0;
}
div.menu div.menu_item {
	margin-bottom: 0.5em;
}
div.menu div.menu_item span.name {
	color: orange;
	font-weight: bold;
}
div.menu div.menu_item span.accompaniment_name {
	font-weight: bold;
}
div.menu div.menu_item span.description {
}


/* ----- Misc ----- */
img.photo {
	border: 3px double black;
}
div.clearing {
	clear: both;
}