body, html {
	color:#F6EAC7;
	background-color:#000;
    }


body {
	margin:5px;
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
    }


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 850px;
	height: 100%;
	background-image: url(images/bamboo.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#header {
	height: 167px;
	width: 850px;
	background-image: url(images/bamboo-logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#side-a {
	float: left;
	width: 180px;
	height: 320px;
	letter-spacing: 1px;
}

#content {
	float: left;
	width: 590px;
	margin: 5px;
	padding: 5px;
}


#footer {
	clear: both;
	height: 90px;
	width: 850px;
	padding-top: 15px;
}

/* text styles */


strong {
	color: #B56544;
}  
h1 {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 1px;
	padding-top: 20px;
	color:#993333;
	}
	
h2 {
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 1px;
	color:#993333;
	}
	
h3 {
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 1px;
	color:#A10018;
	}
	

.attn {
	color:#96704B;
	font-size: 13px;
	line-height: 17px;
	font-weight: bolder;
}

	
p {
	color:#96704B;
	letter-spacing: 1px;
	}
	
	
p#copyright {
	font-size: 10px;
	text-align: center;
	}
	
p#disclaimer {
	font-size: 10px;
	color: #7F5F40;
	}

p#disclaimer2 {
	font-size: 11px;
	line-height: 13px;
	color:#724D34;
	}
	
/* nav elements */


ul {
	line-height: 15px;
	vertical-align: top;
	list-style-type: none;
	padding-top: 21px;
	padding-left: 420px;
	font-weight: bold;
	}

	
	
#nav li a {
	/*for all links in the list*/
	font-family: "Bell Gothic Std", Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	display: block;
	height: 16px;
	width: 130px;
	padding-top: 2px;
	padding-left: 8px;
}


#nav li a:hover {
	color:#CC9966;
	background-color:#983D38;
}
	
a:link {
	text-decoration: none;
	color:#724D34;
	background: transparent;
	}
	
a:visited {
	text-decoration: none;
	color:#724D34;
	background: transparent;
	}
	
a:hover {
	background: transparent;
	text-decoration: underline;
	color: #993333;
	}
	
a:active {
	text-decoration: none;
	color: #724D34;
	background: transparent;
	}

#home #nav-home a,
#sushi #nav-sushi a,
#large-plates #nav-large-plates a,
#small-plates #nav-small-plates a,
#lunch #nav-lunch a,
#reviews #nav-reviews a,
#gallery #nav-gallery a,
#map #nav-map a {
	background:#990000;
	color:#CC9966;
}