* { padding: 0; margin: 0; }
body {
	background-color: #000000;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#mainpic {
	height: 325px;
	width: 800px;
	background-image: url(images/sushi_mainpic.jpg);
	background-repeat: no-repeat;
}
#navbar {
	height: 25px;
	font-family: "Century Gothic", "Lucida Grande", Arial;
	font-size: 1em;
	font-weight: bold;
	color: #470608;
	background-position: right;
	width: 800px;
}

#navbar ul {
	margin: 0px;
	padding-left: 20px;
    list-style-type: none;
}
#navbar a {
    height: 25px;
}
#navbar li {
float: left;
}
#navbar li a {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	color: #470608;
	text-decoration: none;
}
#navbar li a:visited {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	color: #470608;
	text-decoration: none;
	background-color: #FFFFFF;
}
#navbar li a:hover {
	color: #FFFFFF;
	background-color: #663333;
}
#wrapper {
	display: block;
	position: relative;
	width: 800px;
	background-image: url(images/box_bg.gif);
	overflow: hidden;
}
#box1 {
	background-color: #d2d7a4;
	font-family: "Century Gothic", "Lucida Grande", Arial;
	font-size: 0.75em;
	font-weight: bold;
	color: #000000;
	padding-top: 35px;
	padding-bottom: 10px;
	padding-left: 27px;
	width: 240px;
	background-image: url(images/sushi1.jpg);
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}
#box2 {
	background-color: #d1c992;
	font-family: "Century Gothic", "Lucida Grande", Arial;
	font-size: 0.75em;
	font-weight: bold;
	color: #000000;
	padding-top: 35px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 253px;
	background-image: url(images/sushi2.jpg);
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}
#box3 {
	background-color: #d7c6a4;
	font-family: "Century Gothic", "Lucida Grande", Arial;
	font-size: 0.75em;
	font-weight: bold;
	color: #000000;
	padding-top: 35px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 250px;
	background-image: url(images/sushi3.jpg);
	float: left;
	background-repeat: repeat-x;
	overflow: hidden;
}

#bottom {
	background-color: #FFFFFF;
	font-family: "Century Gothic", "Lucida Grande", Arial;
	font-size: 0.8em;
	color: #322020;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 27px;
}
#bottom a:link, #bottom a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
}
#bottom a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC3333;
}
#bottom a:active {
	color: #333333;
	text-decoration: none;
}
#bottomtype {
	font-family: "Century Gothic", "Lucida Grande", Arial;
	font-size: 1em;
	color: #a17d7e;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
}
#footer {
	font-family: "Century Gothic", "Lucida Grande", Arial;
	font-size: 0.75em;
	color: #FFFFFF;
	text-align: right;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CC3333;
	text-decoration: none;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
a img {
border:none
}
