@charset "UTF-8";
/* CSS Document */
ul, ol {
	list-style-type: square;/*	list-style-position:inside;*/

}
a:link {
	color: #5a1d0e;
	text-decoration:underline;
}
a:visited {
	color: #999999;
	text-decoration:underline;
}
a:hover {
	color: #b06742;
	text-decoration:underline;
}
.baseline {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 10px;
	letter-spacing: .1em;
	font-weight: normal;
	position: relative;
	top: 3em;
	text-align: right;
	width: 328px;
}
.container {
	position: relative;
	width: 968px;
	font-size: 0.9em;
	margin: 0 auto -80px;
}
/*.header {
	height: 190px;
	background: url(../images/les_kitchen_logo.gif) no-repeat;
}*/
h1 {
	font-size: 20px;
	font-weight:normal;
	line-height: 32px;
	font-family: "Georgia", "Times New Roman", serif;
	letter-spacing: 0.15em;
	color:#b0938c;
}
h2 {
	font-size: 20px;
	font-weight:normal;
	line-height: 40px;
	font-family: "Georgia", "Times New Roman", serif;
	letter-spacing: 0.15em;
	color:#5a1d0e;
}
p {
	padding: 0 0 1em;
	color: #666;
	font: 1em/1.4em arial, sans-serif;
}
.menu_item {
	font-family: "Georgia", "Times New Roman", serif;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#5E1208;
}
#navigagtion ul {
	list-style-type:none;
}
#navigation li {
	display:inline;
}
#navigation a {
	width:100px;
	text-decoration:none;
	color: #333333;
	font-weight:bold;
	letter-spacing: 0.1em;
	padding:18px;
	padding-right:22px;
	background-color: #fcf8f9;
}
#navigation a:link {
	color: #371D14;
	text-decoration:none;
}
#navigation a:visited {
	text-decoration:none;
	color:#371D14;
}
#navigation a:hover {
	text-decoration:underline;
	background-color: #e0c4ac;
	color:#333333;
}
#navigation a:active {
	text-decoration:underline;
	color:#999999;
}
#navlist li {
	list-style-type: square;
}
.footer a {
	color: #fff;
	text-decoration: underline;
	border: 0;
}
.footer p {
	position: absolute;
	left: 348px;
	bottom: 0px;
	width: 600px;
	padding: 0;
	font: 0.8em arial, sans-serif;
	text-align: center;
}
