body
 {
	background: url(./i/body_bckg.gif) center top repeat;
	margin: 0 auto;
	padding: 0;
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: 11px;
	text-align: center;
	}
	
div#box {
	margin: 40px auto;
	width: 720px;
	text-align: left;
	background-color:white;
}

	/* HEADER */

#header {
	width: 720px;
	height: 229px;
	background-image:	url(./i/top_img.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-color:transparent;


}

#header a
{
display: block; 
	background-color: transparent;
	background-position: top left;
	height: 229px;
	width: 720px;
}

#header span
{
display:none;
}

#palate
{
width:343px;
height:33px;
display:block;
position:relative;
float:left;
clear:both;
background-image: url(./i/prepare.gif);
}

.book
{
width:349px;
height:130px;
position:relative;
float:left;
clear:both;
display:block;
z-index:20;
border-bottom: 0 dashed #383838;

}

.preorder p
{
font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: 10px;
	color:#666666;
	z-index:21;
}

.preorder a
{
color:#666666;
text-decoration:none;
}



#whitespace
{
width:349px;
height:126px;
display:block;
position:relative;
float:left;
clear:left;
background-image: url(./i/white_space.gif);
}

div#header img
 {
	border: none;
	}
	


	/* LEFT */

div#left 

{
	float: left;
	width: 145px;
	text-align: center;
	padding: 10px 0;
	color: #383838;
}

div#left h2 
{
	font-size: 12px;
	margin: 10px 0 3px 0;
	border-top: 1px dashed #383838;
	border-right: 0 dashed #383838;
	border-bottom: 1px dashed #383838;
	border-left: 0 dashed #383838;
}

div#left img
{
	padding-bottom: 3px;
	border-bottom: 1px dashed #000;
}

div#left p 
{
	font-size: 11px;
	line-height: 13px;
	padding: 0;
	margin: 4px 10px;
	text-align: left;
}

div#left a 
	{
	color: #000;
	text-decoration: none;
	}
	
div#left a:hover 
	{
	text-decoration: underline;
	}

a.picture_link img 
	{
	border: none;
	}

	/* FORM LEFT (newletter)  */ 

div#left form 
	{
	font-size: 11px;
	margin: 3px;
	padding: 0;
	}

form fieldset 
{ 
	border: 0; 
	border-bottom: 1px dashed #000;
	}	

div#left input 
{
	display: inline;
	width: 80px;
	font-size: 11px;
	margin: 2px;
	}
	
	/* CONTENT */

div#content 
{
	width: 565px;
	float: left;
	padding: 10px 0 10px 10px;
	z-index:10;
}

.hello
{

font-family: Georgia, Times New Roman, Garamond,  serif;
 font-style: italic;
color: #FF0000;
}

div#content h1 {
	color: #A91E22;
	font-weight: normal;
	}

div#content p {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 10px 0;
	}

	/* right column */

div#content #right {
	float: right;
	margin: 0 5px 0 10px;
	}

	/* FOOTER */

div#footer {
	clear: both;
	background-color: #C2CB30;
	height: 30px;
	padding: 5px;
	text-align: center;
	background-image: url(./i/footer_bg.gif);
	background-repeat:none;
	
	
	margin: 10px 0;
	font-size: 11px;
	}

div#footer a {
	color: #5D3112;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
	}

	/* navigation */

ul#nav {
	list-style: none;
	width: 720px;
	margin: 0;
	padding: 0;
	background: #C2CB30;
	font-family: Georgia, Palatino, "Times New Roman";
}

ul#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	border: 1px solid #A9A690;
	border-left: 0;
	width: 143px;
	height: 20px;
	font-size: 13px;
	}
	
ul#nav li a {
	display: block;	
	width: 143px;
	height: 20px;
	background-color: #C2CB30;
	color: #5D3112;
	line-height: 20px;
	text-decoration: none;
}

img { border: 0; }

/* nav background color */
li#m_restaurant a:hover, li#m_restaurant a.active { background-color: #0AAAC7;}
li#m_cantina a:hover, li#m_cantina a.active { background-color: #0AAAC7;}
li#m_about a:hover, li#m_about a.active { background-color: #0AAAC7;}
li#m_news a:hover, li#m_news a.active { background-color: #0AAAC7;}
li#m_giving_back a:hover, li#m_giving_back a.active { background-color: #0AAAC7;}
li#m_chefs_table a:hover, li#m_chefs_table a.active { background-color: #0AAAC7;}

li#m_restaurant a:hover, li#m_restaurant a.active { color: white;}
li#m_cantina a:hover, li#m_cantina a.active { color: white;}
li#m_about a:hover, li#m_about a.active { color: white;}
li#m_news a:hover, li#m_news a.active { color: white;}
li#m_giving_back a:hover, li#m_giving_back a.active { color: white;}
li#m_chefs_table a:hover, li#m_chefs_table a.active { color: white;}


