body { 
	font-size: small;
	font-family: Verdana;
	line-height: 1.6em;
	background: rgb(211,212,184);
}

#container {
	margin: auto auto auto auto;
	height: auto;
	width: 1000px;
}

#content {
	width: 1000px;
	height: 420px;
	margin-top: 0px;
}

a img {border: none;} 

/* LINKS 
---------------------------------------------------- */

a:link { 
	text-decoration: none;
	color: black;
	}
	
a:hover { 
	border-bottom:solid 5px #66CC00; 
	text-decoration: none;
	color: black;
}	
a:visited {
	text-decoration: none;
	color: black;
}

/* HEADER 
---------------------------------------------------- */
#header { 
	height: 150px;}	

#logo { 
	width: 1000px;
	height: 150px; 
}

#navigation {
	width: 600px;
	height: 45px;
	
	position: absolute;
	top: 40px;
	display: inline;
}

#navigation ul li {
	display: inline;
}

#navigation a:hover {
	border-bottom:solid 5px #66CC00;
}	

/* LEFT column
---------------------------------------------------- */
#left {
	background-color: rgb(92,93,89);
	width: 300px;
	height: 420px;
	float: left;
}

#left.home { background:url(images/home.png) no-repeat; }
#left.about { background:url(images/about.png) no-repeat; }
#left.lunchmenu { background:url(images/lunchmenu.png) no-repeat; }
#left.dinnermenu { background:url(images/dinnermenu.png) no-repeat; }
#left.sushimenu { background:url(images/sushimenu.png) no-repeat; }
#left.coupons { background:url(images/coupons.png) no-repeat; }

/* RIGHT column
---------------------------------------------------- */
#right {
	width: 700px;
	height: 420px;
	float: right; 
	background-color: #FFFFFF;
	
	margin-top: 0px;
	text-align: center;
}

h1 {
	text-align: justify;
	padding-left: 15px;
}

.hours, .reservations, .payment {
	text-align: justify;
}

.titles {
	font-size: 15px;
	font-weight: bold;
}

.facebook {
	font-size: 8px;
}

div.scroll { 
	height: 375px;
	width: 690px;
	overflow: auto;
	padding: 5px;
	margin: 0px;
}

.term {
	font-weight:bold;
}

.sushi {
	font-size: 8px;
}

#appetizers, #side, #dessert, #child, #entrees, #traditional, #sushi, #bento {
	text-align: justify;
	padding-left: 20px;
	padding-top: 15px;
}

table, td, th {
	border-style: hidden;
}

.entreesection {
	font-size: 18px;
	font-family: Georgia;
	color: rgb(153,1,1); 
	font-weight: bold;
}

h2 {
	text-align: center;
}

.et { font-size: 25px; font-weight: bold; color: rgb(153,1,1); font-family: Georgia; }

p.et1 { text-align: center; line-height: 1.2em; font-style: italic; }

.bold { font-weight: bold; }

p.contact, .about { text-align: justify; padding-left: 20px; padding-right: 20px; }

#menu { padding-top: 10px; }

/* FOOTER
---------------------------------------------------- */
#footer p.info {
	text-align: center;
	line-height: 1.4em; 
	padding-top: 0px;
}
