﻿@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/background.jpg);
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	font: 1em Arial, Helvetica, sans-serif;
}
#container {
	background: #FFFFFF repeat-x;
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
#header_inner_content {
	width: 920px;
	clear: both;
	margin-left: 30px;
	height: 210px;
}
#header_gfx_right {
	float: right;
	width: 450px;
	text-align: right;
}
.style1 {
	color: #FF0000;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
}
.style2 {
	color: #FF0000;
	font-weight: bold;
}



#header_t {
	background: url(../images/simply_sushi_bg_t.jpg) no-repeat;
	clear: both;
	height: 47px;
}
#header_c {
	background: url(../images/simply_sushi_bg_cent.jpg) repeat-y;
	clear: both;
	height: 220px;
}



#menu_bar {
	background: url(../images/simply_sushi_bg_cent.jpg) repeat-y;
	text-align: center;
	height: 24px;
	padding-top: 10px;
	clear: both;
}
#footer_b {
	background: url(../images/simply_sushi_bg_b.jpg) no-repeat;
	clear: both;
	height: 35px;
}
#header_gfx_left {
	float: left;
	width: 460px;
}

#footer {
	background: url(../images/simply_sushi_bg_cent.jpg) repeat-y;
	clear: both;
	padding-top: 10px;
}
#footer_content {
	width: 910px;
	margin-left: auto;
	clear: both;
	text-align: center;
	font-size: 0.9em;
	height: 120px;
	margin-right: auto;
	color: #FFFFFF;
}
#footer-bg-t {
	background: url(../images/simply_sushi_footer-bg-t.jpg);
	height: 23px;
}
#footer-bg-c {
	background: url(../images/simply_sushi_footer-bg-c.jpg) repeat-y;
}
#footer-bg-b {
	background: url(../images/simply_sushi_footer-bg-b.jpg);
	height: 23px;
}


.gfx-l_nb {
	float: left;
	border-style: none;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.gfx-r_nb {
	float: right;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-style: none;
}
.fs-c {
	text-align: center;
}
.fs-l {
	text-align: left;
}


#content {
	background: url(../images/simply_sushi_bg_cent.jpg) repeat-y;
	clear: both;
}
h1 {
	font: bold 1.8em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #990000;
}
h2 {
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000066;
}
h3 {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-align: center;
}
.white {
	text-align: center;
	color: #FFFFFF;
}
a.white:link, a.white:visited, a.white:active {
	color: #FFFF00;
	text-decoration: underline;
}
a.white:hover {
	color: #00FFFF;
	text-decoration: underline;
}
