@charset "utf-8";
/* CSS Document */
html {min-height: 100%;}

body {
	text-align:center;
	background-image:url(../images/bg-main.jpg);
	background-position:center;
	background-repeat:repeat;
}

#table {
	margin:0 auto;
	width:961px;
	left:0;
	top:0;
}

#header_left {
	width:376px;
	height:147px;
	background-image:url(../images/chef-laudico-logo.jpg);
	float:left;
}

#header_right {
	width:585px;
	height:147px;
	background-image:url(../images/bg-header.jpg);
	float:right
}

#buttons {
	width:585px;
	height:36px;
	margin-top:92px;
	margin-bottom:19px;
}

#content {
	width:961px;
	height:404px;
	background-color:#e0d7c5;
	vertical-align:middle;
}

#content_left {
	width:452px;
	height:404px;
	float:left;
	background-color:#FFFFFF;
}

#content_right {
	width:509px;
	height:404px;
	background-color:#e0d7c5;
	float:right;
}

#content_text {
	width:385px;
	height:250px;
	margin-bottom:27px;
	margin-left:62px;
	margin-right:62px;
	margin-top:27px;
	z-index:auto;
	overflow:auto;
	padding-top:50px;
	padding-bottom:50px;
}

#thumbnail_container {
	width:911px;
	height:354px;
	background-color:#e0d7c5;
	margin-left:25px;
	margin-right:25px;
	padding-top:25px;
}

#thumbnail {
	width:90px;
	height:90px;
	background-color:#333333;
	margin-left:20px;
	margin-right:20px;
	margin-top:12px;
	margin-bottom:12px;
	float:left;
}

#flash_banner {
	width:961px;
	height:144px;
	background-color:#000000;
}

#footer {
	width:961px;
	height:20px;
	background-image:url(../images/bistro-footer-bg.jpg);
	text-align:center;
	vertical-align: middle;
	padding-top:9px;
}

#patisserie {
	width: 760px;
	height: 290px;
	overflow-y: scroll;
}

#patisserie_thumbnail {
	width:90px;
	height:90px;
	background-color:#333333;
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#CCCCCC;
	line-height: 16px;
}

.body_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#210701;
	text-decoration: none;
	text-align:left;
	line-height:18px;
}


.clearfix {
	clear:both
}.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.title_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #210701;
	text-decoration: none;
	letter-spacing: 1px;
}

