body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000;
	text-align: center;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFF;
	padding: 0;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #333;
	text-align: center;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.oneColFixCtrHdr #footer a {
	text-decoration: none;
	color: #CCC;
}
.oneColFixCtrHdr #footer a:hover {
	color: #F90;
}
.oneColFixCtrHdr #footer a:visited {
	color: #CCC;
}
.oneColFixCtrHdr #footer a:active {
	color: #F90;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
	color: #CCC;
}.greeting {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #666;
	padding-left: 50px;
}
.oneColFixCtrHdr  #navigation{
	background-color: #333;
	text-align: center;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.oneColFixCtrHdr #navigation p {
	text-align: center;
	background-color: #FFF;
}
#container #navigation  a {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #FFF;
	padding-right: 30px;
	letter-spacing: 1pt;
}
#container #navigation a:hover {
	color: #FC0;
	text-decoration: none;
}
.oneColFixCtrHdr #insideMenu {
	background-image: url(../images/sashimi01.png);
	width: 795px;
	margin: 0px;
	padding-top: 225px;
	padding-right: 0px;
	padding-bottom: 225px;
	padding-left: 0px;
}
.oneColFixCtrHdr #insideMenu h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #999;
	padding-left: 30px;
	font-style: oblique;
	font-weight: normal;
	letter-spacing: 1pt;
}
.oneColFixCtrHdr #insideMenu p {
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	color: #666;
}
.oneColFixCtrHdr #insideMenu a:link {
	color: #666;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	text-align: center;
	background-color: #FFF;
}
.oneColFixCtrHdr #insideMenu a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #F90;
	text-decoration: none;
}
.oneColFixCtrHdr #insideMenu a:visited {
	color: #666;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
}
.oneColFixCtrHdr #insideMenu a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #9C0;
	text-decoration: none;
}
.oneColFixCtrHdr #menuNav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	text-align: center;
	background-color: #FFF;
	margin-top: 20px;
}
.oneColFixCtrHdr #menuNav p {
	background-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #menuitems {
	padding-left: 240px;
}
.oneColFixCtrHdr #menuitems p {
	font-family: Georgia, serif;
	font-size: 9pt;
	color: #FFF;
	width: 300px;
	text-align: center;
	background-color: #333;
	padding-right: 5px;
	padding-left: 5px;
}
.foodanch {
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 9pt;
}
.oneColFixCtrHdr #menuitems a {
	text-decoration: none;
	color: #FFF;
}
.oneColFixCtrHdr #menuitems a:hover {
	color: #F90;
	text-decoration: none;
}
.oneColFixCtrHdr #foodlist {
	margin-top: 20px;
}
.oneColFixCtrHdr #foodlist a:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #FC3;
	text-decoration: none;
	background-color: #333;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
}
.oneColFixCtrHdr #foodlist a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #990;
}
.oneColFixCtrHdr #foodlist p a:visited {
	color: #FC3;
	text-decoration: none;
	background-color: #333;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
}
.oneColFixCtrHdr #foodlist p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #666;
	padding-left: 20px;
	padding-right: 20px;
}
.fooddescr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #999;
}
.menuname {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #333;
	font-weight: bold;
}
.oneColFixCtrHdr #menuNav a:link {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #333;
}
.oneColFixCtrHdr  #menuNav a:active {
	color: #9C0;
	text-decoration: none;
}
.oneColFixCtrHdr #menuNav a:hover {
	color: #F90;
	text-decoration: none;
}
.oneColFixCtrHdr #menuNav a:visited {
	color: #9C0;
	text-decoration: none;
}
.oneColFixCtrHdr #contact {
	margin-top: 50px;
	margin-bottom: 100px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	text-align: center;
	font-size: 9pt;
}
.oneColFixCtrHdr  #contact a:link {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #666;
}
.oneColFixCtrHdr #contact a:hover {
	color: #F90;
	text-decoration: none;
}
.oneColFixCtrHdr #contact a:visited {
	color: #666;
	text-decoration: none;
}
.oneColFixCtrHdr #contact a:active {
	color: #9C0;
	text-decoration: none;
}
.warning {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
	color: #C00;
}
