body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-image: url(../imgae/background2.jpg);
	background-repeat: no-repeat;
	font-family: 'Arimo', serif;
	font-size: 14px;
	background-color: #000;
}
a:hover, a:active { outline: none; text-decoration:none; color: #000000;}
a, a:active, a:visited { outline: none;text-decoration:none; color:#000000; }
a:hover { outline: none; }

img {
	border: none;
	}

#container {
	width: 850px;
	height: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color:#000;

	/* shadow */
	box-shadow: 0px 0px 20px #FC0;
	-webkit-box-shadow: 0px 0px 20px #FC0;
	-moz-box-shadow: 0px 0px 20px #FC0;
}
#header {
	height: 200px; 
	width: 850px;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	top: 0;
	background-image: url(../imgae/head.png);
}
#header nav {
	width: 600px;
	height: 200px;
	position: relative;
	float: right;
	text-align: right;
	top: -12px;
	}

#header nav ul#list-nav {
	list-style: none;
}
#header nav ul#list-nav li {
	display:inline;
	float: left;

}
#header nav ul#list-nav li a {
	display: block;
	position: relative;
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	text-decoration:none;
	width:72px;
	padding: 160px 0 16px 0;
	color:#FFFFFF;
	text-align:center;
}
#header nav ul#list-nav li a:hover {
	background-image: url(../imgae/nav-bg.png);
	color:#FFFF00;
}

/*----------------*/
/* Main Content   */
/*----------------*/

#mainContent {
	width: 850px;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	padding: 0px;
}
#mainContent2 {
	width: 850px;
	height: 550px;
	position: relative;
	top: 0;
	left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


.spirit {
	filter:alpha(opacity=15);
  /* CSS3 standard */
 	opacity:0.15;
}
#box-chef {
	position: relative;
	float: left;
	width: 600px;
	top: 20px;
	left: 140px;
	text-align: left;
	padding-bottom: 50px;
}
#box-chef img{
	padding: 2px;
	border: 1px solid #990000;
   }



h1 {
  font-family: 'Tangerine', serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  color: #990000;
	border-bottom: 1px dotted #990000;

}
h2 {
  font-family: 'Tangerine', serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  text-align: right;
  color: #F90;
	border-bottom: 1px dotted #F90;

}

#box-chef p {
  	font-size: 12px;
  	font-style: normal;
  	font-weight: 400;
	padding-left: 20px;
}

#box-gallery {
	position: relative;
	width: 770px;
	padding: 40px;
}
#box-contact {
	position: relative;
	float:left;
	width: 850px;
	height: 450px;
}
#box-contact ul {
	list-style: none;
}
#box-contact ul li {
	display: block;
	font-size: 14px;
	font-style: normal;
	color:#EDEDED;
	text-align: right;
}
.box1 {
	float: right;
	height: 200px;
	width: 500px;
	padding-right: 30px;
	padding-top: 20px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:24px;
	text-align:right;
	color:#FFFFFF;
}
.box2 {
	float: right;
	height: 140px;
	width: 500px;
	padding-right: 30px;
	padding-top: 20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	text-align:center;
	color:#fff;
}


.contact {
	background-image:url(../imgae/contact2.jpg);
	background-repeat:no-repeat;
	}
	
	

.title {
	font-size: 28px;
	font-weight: 400;
	font-style: normal;
	color:#FF6600;
	line-height:0.8;
}
.inside {
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	color: #660000;
	line-height: 1.1;
}

#footer {
	height: 60px;
	width: 850px;
	position: relative;
	background-color:#191919;
	clear: both;
	}


#footer-left {
	float: left;
	height: 60px;
	width: 250px;
	padding-top: 15px;
}
#footer-right {
	width: 500px;
	height: 60px;
	padding-top: 10px;
	float: right;
	text-align: right;

}
#footer-right ul {
		list-style: none;
}
#footer-right ul li {
	display:inline;
	padding-right: 10px;
	float: right;
}
#footer-right p.copyright {
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	line-height: 0.3em;
	color: #fff;
}


	
article {
padding: 0 0px 0px 0px;
}

article img {
border: none;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

article h2 {
text-align: center;
line-height: 1.5em;
position:absolute; left:-9999px
}


article h3 {
font-size: 24px;
margin: 20px 0;
color: #718224;
}


#sp
{
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/SP.png") no-repeat 0 0;

}

#sp:hover
{ 
  background-position: -20px 0;
}

#sp span
{
  position: absolute;
  top: -999em;
}
#content {
}
.new {
	color: #FFF;
	font-size: 18px;
}
