
body 
{
	margin: 0;
	background-color: #7c6d73;
	background-repeat: repeat-x;
	background-image: url('../images/background.jpg');
}
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	border: solid 0px black;
	padding-left: 25px;
	padding-right: 25px;
	
}


#headerbackground
{
	background-image: url('../images/logo.background.jpg');
	background-repeat: no-repeat;
	height: 142px;
}
#logo
{
	float: left;
	position: relative;
	top: -149px;
	left: 30px;
	width: 253px;
	height: 261px;
	z-index: 5;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
}

#chopstick
{
	float: right;
	top: -142px;
	left: 25px;
	position: relative;
	width: 225px;
	height: 300px;
	z-index: 4;
	background-image: url('../images/sushi.png');
	background-repeat: no-repeat;
}
	
#containerbody
{
	float: left;
	width: 900px;
	margin-top: -302px;
}

#menu
{
	float: left;
	width: 460px;
	height: 35px;
	margin-left: 290px;
	margin-top: -1px;
}

* html #menu
{
	margin-left: 140px;
}

#contentbody
{
	float: left;
	width: 898px;
	height: 619px;
	margin-top: 7px;
	background-image: url('../images/bodybackground.jpg');
	background-repeat: no-repeat;
}

p.menucomment
{
	width: 600px;
	text-align: center;	
}
p.innermenucomment
{
	width: 500px;
	text-align: center;	
}

#menucontent
{
	float: left;
	/*width: 898px;*/
	/*height: auto;*/
	margin-top: 7px;
	background-image: url('../images/bodybackground_menu.jpg');
	background-repeat: repeat;*/
	/*background-color: red;*/


}

.menusection
{
	background-image:url('../images/innertile.png') ;
	padding: 50px;
	padding-right: 30px;
	margin-right: 20px;
	width: 520px;
	color: white;
	font-family: arial;
}

.menusection ul
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.menusection h4
{
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.menusection h5
{
	font-size: 20px;
	padding: 0px;
	margin: 0px;
}

.menusection li p
{
	font-style: italic;
}

.menusection p
{
	text-align: center;
}

.pickyourown
{
	width: 550px;
	text-align: left;
}



#menucontent h1
{
	text-align: center;
}
#menucontent h2
{
	text-align: center;
}
#menucontent h3
{
	text-align: center;
}

* html #contentbody
{
	margin-top: 5px;
}

#bodyleft
{
	float: left;
	margin-left: 29px;
	margin-top: 70px;
	width: 246px;
	height: 480px;
}

* html #bodyleft
{
	margin-left: 15px;
}

#bodyright
{
	float: right;
	width: 560px;
	margin-top: 80px;
	margin-right: 27px;
}

#menubody
{
	float: left;
	margin-left: 50px;
	margin-top: 70px;
	/*width: 806px;*/
	height: auto;
	/*border-bottom:1px solid black;
	border-right:1px solid black;*/
}

#maincontent
{
	float:left;
	width: 380px;
	margin-left: -15px;
	margin-top: -40px;
	padding-top: 30px;
	padding-right: 10px;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	height: 460px;
	
}

* html #maincontent
{
	margin-top: -30px;
	margin-left: 0px;
}	

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #b28842;
	font-style: italic;
	margin-top: -5px;
}

p
{
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#callout
{
	width: 214px;
	margin: 0 auto;
	height: 455px;
	background-image: url('../images/calloutbox.png');
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

#sidebarright
{
	float: right;
	margin-top: 20px;
	height: 300px;
	width: 170px;
}

* html #sidebarright
{
	width: 150px;
	height: 440px;
	border-bottom: solid 1px black;
	padding-left: 19px;
	overflow: hidden;
}


h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #b28842;
	font-style: italic;	
}

* html h3
{
	font-size: 10pt;
}

#calloutimg
{
	width: 198px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}


h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #57444b;
	font-style: italic;
	margin-top: 20px;
}

#footer
{
	float: left;
	width: 555px;
	padding-left: 35px;
	border: solid 0px aqua;
	height: 50px;
}

* html #footer
{
	padding-left: 22px;
}

#footermenu
{
	float: left;
	margin: 15px 0;
	border: solid 0px lime;
	height: 35px;
	width: 375px;
}

#footeraddress
{
	float: right;
	border-left: solid 1px black;
	border-top: solid 1px black;
	height: 65px;
	width: 178px;
	margin-top: -1px;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #b28842;
	text-decoration: underline;
}

.footerlink
{
	padding-right: 30px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	text-decoration: none;
	font-weight: normal;

}

.menulink
{
	float: left;
	width: 85px;
	height: 24px;
	text-align: center;
	padding-top: 9px;
	margin-top: 4px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #f0ca8b;
	font-weight: bold;
	font-size: 11pt;

}

.menutext
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #f0ca8b;
	font-weight: bold;
	font-size: 11pt;

}
#allyouchooseyourown tr
{
	vertical-align: top;
}

#bento 
{
	width: 500px;
}

#makilunch
{
	width: 500px;
}

#udonlunch
{
	width: 500px;
}

.ralign
{
	text-align: right;
}

#sushibarlunch
{
	width: 505px;	
}

#hibachilunch
{
	width: 500px;
}

#allyoucaneatlink
{
	color: red;
	text-decoration: none;
}

#allyoucaneatlink:hover
{
	text-decoration: underline;
}

.menulisting p
{
	text-align: justify;

}

#soupsandsalads
{
	width: 500px;

}

#coldappetizers
{
	width: 500px;
}

#hotappetizers
{
	width: 500px;
}

#maki
{
	width: 500px;
}

#maki tr td p
{
	margin: 0px;
}

#chefsroll
{
	width: 500px;
}

#alacarte
{
	width: 500px;
}

#sushibarspecial
{
	width: 500px;
}

#loveboat
{
	width: 500px;
}

#teriyaki
{
	width: 500px;
}

#tempura
{
	width: 500px;
}

#udondinner
{
	width: 500px;
}

#chinese
{
	width: 500px;
}

#hibachidinner
{
	width: 500px;
}