/***********************************************/
/* gourmet_cuisine.css             		  	       */
/* Use with template-1.html                */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
#Table_01 {
	position:absolute;
	top:0px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
}

#title-header {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:70px;
	margin-left: auto;
	margin-right: auto;
}

#home-butn {
	position:absolute;
	left:467px;
	top:0px;
	width:71px;
	height:70px;
}

#recipes-butn {
	position:absolute;
	left:538px;
	top:0px;
	width:86px;
	height:70px;
}

#utens-butn {
	position:absolute;
	left:624px;
	top:0px;
	width:86px;
	height:70px;
}

#chefs-butn {
	position:absolute;
	left:710px;
	top:0px;
	width:90px;
	height:70px;
}

#body-text {
	position:relative;
	left:0px;
	top:70px;
	width:800px;
	height:275px;
	margin-right: auto;
	margin-left: auto;
}

#ingred-pic {
	position:absolute;
	top:0px;
	width:423px;
	height:275px;
	right: 0px;
}

#sushi {
	position:relative;
	left:0px;
	top:70px;
	width:800px;
	height:186px;
	margin-left: auto;
	margin-right: auto;
}

#happy-chef {
	position:absolute;
	left:377px;
	top:345px;
	width:423px;
	height:186px;
}

#foot-menu {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:16px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	position:relative;
	left:0px;
	top:70px;
	width:100%;
	height:53px;
	margin-left: auto;
	margin-right: auto;
}
body {
	background-color: #464646;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Sans";
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#Layer1 {
	position:relative;
	width:740px;
	height:36px;
	z-index:1;
	left: 0px;
	top: -47px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Lucida Sans";
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	clip: rect(auto,auto,10px,auto);
}
#Layer2 {
	position:absolute;
	width:800px;
	height:275px;
	top: 0px;
	background-image: url(images/body_text2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	left: 0px;
	margin: 0px;
}
#Table_01 #header {
	height: 70px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 0px;
}
#Table_01 #body-text #Layer2 #content {
	height: 190px;
	width: 347px;
	padding-top: 65px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
