body {
	min-width: 960px;
	background-attachment: fixed;
	background-image: url(../working_graphics/gradient_bkgrnd.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}

.main_container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #666;
	background-attachment: scroll;
	background-repeat: no-repeat;
	
}

.main_container_left {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #666;
	background-attachment: scroll;
	background-image: url(../images/tako_kanji.png);
	background-repeat: no-repeat;
	background-position: 20px 650px;
}

.main_container_right {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #666;
	background-attachment: scroll;
	background-image: url(../images/tako_kanji.png);
	background-repeat: no-repeat;
	background-position: 635px 650px;
}


header {
	width: 960px;
	margin: 0px;
	padding: 0px;
	background-color: #666;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 
aside {
	width: 960px;
	height: 70px;
	clear: both;
	float: right;
	margin-top: 5px;
 }
 
section{
	width: 960px;
	text-align: center;
	margin-bottom: 30px;
 }
 .section_left {
	width: 960px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background-color: #666;
	background-attachment: scroll;
	background-image: url(../images/tako_kanji.png);
	height: 800px;
	background-position: 20px bottom;
	background-repeat: no-repeat;
 }
 
 .section_left_lrg {
	width: 960px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background-color: #666;
	background-attachment: scroll;
	background-image: url(../images/tako_kanji.png);
	height: 1200px;
	background-position: 20px bottom;
	background-repeat: no-repeat;
 }
 
 .section_right {
	width: 960px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background-color: #666;
	background-attachment: scroll;
	background-image: url(../images/tako_kanji.png);
	height: 800px;
	background-repeat: no-repeat;
	background-position: 635px bottom;
 }
 
 .section_center {
	width: 960px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background-color: #666;
	background-attachment: scroll;
	background-image: url(../images/tako_kanji.png);
	height: 730px;
	background-repeat: no-repeat;
	background-position: center bottom;
 }


footer {
	width: 960px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	clear: both;
	padding: 0px;
	height: 60px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
 }

#home {
	height: 70px;
	width: 140px;
	float: right;
	margin-right: 5px;
}

#about {
	height: 70px;
	width: 140px;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}

#menu {
	height: 70px;
	width: 140px;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}

#sake {
	height: 70px;
	width: 140px;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}

#contact {
	height: 70px;
	width: 140px;
	float: right;
	margin-right: 10px;
	margin-left: 5px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: bolder;
	color: #000;
	clear: both;
	width: 960px;
	text-align: center;
	height: 70px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.home_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	width: 360px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: left;
}
.home_graphic {
	width: 540px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	float: left;
}

.about_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	width: 360px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	text-align: left;
}

.about_graphic {
	float: left;
	width: 540px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	height: 600px;
}

#container {
	width: 960px;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 20px;
	height: 300px;
	padding-top: 30px;
}

#lunch {
	text-align: center;
	float: left;
	width: 293px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	height: 220px;
}

#dinner {
	text-align: center;
	width: 294px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	height: 220px;
	float: left;
}

#app {
	text-align: center;
	width: 293px;
	padding: 0px;
	margin-right: 20px;
	margin-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	height: 220px;
	float: left;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #cc3333;
}

.sake_text {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	width: 360px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: left;
}

.sake_graphic {
	width: 540px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	float: left;
}

#map {
	text-align: center;
	height: 370px;
	width: 490px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#contact_info {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	width: 490px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
