@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;
	top:0px;
	left:0px;
	right:0px;
}

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

#main_header {
	width:802px;
	height:190px;
}
#header_right {
	width:109px;
	height:190px;
	background-image:url(../images/bg-header.jpg);
	float:right
}

#buttons_table {
	width:802px;
	height:154px;
}

#logo_holder {
	width:328px;
	height:154px;
	float:left;
}

#button_holder {
	width:474px;
	height:154px;
	background-image:url(../images/catering_button_bg.jpg);
	background-repeat:no-repeat;
	float:right;
}

#buttons {
	width:422px;
	height:140px;
	margin-top:7px;
	margin-bottom:7px;
	margin-right:52px;
}

#content_table {
	width:802px;
	background-color:#FFFFFF;
}

#logo_bottompart {
	width:802px;
	height:11px;
	background-image:url(../images/catering-logo-bottom.jpg);
	
}

#content_left {
	width:328px;
	height:319px;
	float:left;
}

#content_right {
	width:474px;
	height:319px;
	background-color:#FFFFFF;
	float:right;
}

#content_text {
	width:370px;
	height:279px;
	margin-bottom:20px;
	margin-left:52px;
	margin-right:52px;
	margin-top:20px;
	z-index:auto;
	overflow:auto;
}

#thumbnail_holder {
	width:736px;
	margin-left:33px;
	margin-right:33px;
	background-color:#FFFFFF;
}

#thumbnail {
	width:90px;
	height:90px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:12px;
	margin-top:12px;
	float:left;
}

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

#footer {
	width:802px;
	height:105px;
	background-image:url(../images/catering_images_12.png);
	background-repeat:no-repeat;
	text-align: center;
	vertical-align: middle;
	padding-top:10px;
}

#home_button {
	width:86px;
	height:86px;
	float:left;
}

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

.clearfix {
	clear:both
}.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	text-decoration: none;
	text-align:left;
	line-height:18px;
}

