@charset "utf-8";
/* CSS Document */

html { height: 100%; margin-bottom: 1px; }  body {min-height:101%}/* forces a scrollbar so page doesn't jump */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol { list-style:none }
:link,:visited { text-decoration:none }

/* Grand's Kitchenette */

body {
	background: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}

#container {
	text-align: left;
	background: white;
}


td.half {
	width: 50%;
	vertical-align: top;
}

table.menu {
	width: 100%;
}

table.menu td {
	vertical-align: bottom;
	padding-bottom: 5px;
}

td.price {
	width: 65px;
	text-align: right;
	padding-right: 20px;
}

#call_special {
	font-weight: bold;
}


h2 {
	font-size: 1.1em;
	margin-top: 15px;
}

h2 span {
	margin-left: 20px;
}


