body {
	background-color: #FFF;
	font-size: 12px;
	color: #3a2514;
	font-family: Calibri, Serif, Century Gothic, Georgia, Times New Roman, Times;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(../images/herbsbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

h1{
	BORDER-BOTTOM: #3a2514 1px solid;
	PADDING-BOTTOM: 5px;
	padding:2px 0px 5px 0px;
	color:#3a2514;
	font-size:1.5em;
	margin-top:10px;
}

#firstLetter {
	color:#3a2514;
	font-size:1.5em;
}

#cuisinesSubTitle {
	padding:2px 0px 1px 0px;
	color:#3a2514;
	font-size:1.8em;
}

#cuisinesMenuAndPrice {
	color:#3a2514;
	vertical-align:top;
	font-size:13px;
	font-weight: bolder;
}

#cuisinesDescription {
	font-weight:normal;
	color: #FFF;
	font-size:11px;
}

#imageContainer { height:200px; }
#imageContainer img { display:none;
	position:absolute;
	top:0px; left:0px;
	height:200px;
	width:440px;
	opacity: -0.01; }
#imageContainer4 img { display:none;
	position:absolute;
	top:0px; left:440px;
	height:200px;
	width:440px;
	opacity: -0.01; }

#imageContainer2 img { display:none;
	position:absolute;
	top:142px; left:0px;
	height:61px;
	width:880px;
	opacity: -0.01; }
#imageContainer3 img { display:none;
	position:absolute;
	top:192px; left:0px;
	height:8px;
	width:880px;
	opacity: -0.01; }


/* Menu */
#menu {
	height:30px;
	line-height:30px;
	background:url(../images/bg-menu.png) repeat-x;
	padding:0px;
	margin:0px;
	font-size:14px;
	}
#menu ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 7px;
	text-decoration:none;
	display:block;
	color:#ffffff;
	margin-right:10px;
	}
#menu li a:hover {
	background:url(../images/bg-menu-hover.png) center center;
	text-decoration:none;
	}

