@charset "utf-8";
/* CSS Document FOR CATERING FOR ANY FUNCTION */

#container	{
	height: 1050px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;

}
#container #content #text2 {
	float: left;
	height: auto;
	width: 450px;
}

#container #content #text3 {
	float: right;
	width: 500px;
}

#container #content #text3 {
	width: 960px;
	margin-top: 15px;
}

#container #content #text {
	width: 420px;
	float: left;
	height: auto;
}

#image {
	background-image: url(images/gallery_bg.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 240px;
	width: 320px;
	margin-top: 15px;
	margin-right: 40px;
}



#header	{
	height: 100px;
	width: 1000px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;

}

#content	{
	height: 900px;
	width: 960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: 500;
	color: #000000;
	line-height: 1.4em;
	text-align: justify;
	background-image: url(images/content_background.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;

}
#special {
	float: left;
	height: 100px;
	width: 600px;
	font-size: 110%;
	font-weight: 700;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #00CCFF;
}

#footer_text {
	font-weight: 700;
	float: right;
	height: 40px;
	width: 450px;
	color: #8b2126;
	font-size: 80%;
	text-align: right;
	margin-right: 20px;
	line-height: normal;
}

#logo {
	float: right;
	height: 600px;
	width: 280px;
	background-image: url(images/chef.jpg);
	background-repeat: no-repeat;
}

#container #content #pic2 {
	float: left;
	height: 350px;
	width: 150px;
}
#home_1 {
	float: right;
	height: 150px;
	width: 300px;
	background-image: url(images/mini_salad.jpg);
	background-repeat: no-repeat;
	margin-right: 25px;
	margin-top: 15px;
}
#about_us_1 {
	float: right;
	height: 240px;
	width: 300px;
	background-image: url(images/dessert-table.jpg);
	background-repeat: no-repeat;
	margin-top: -275px;
}

#home_2 {
	float: left;
	height: 200px;
	width: 140px;
	background-image: url(images/mini_profit.jpg);
	background-repeat: no-repeat;
}

#home_3 {
	float: right;
	height: 200px;
	width: 140px;
	background-image: url(images/mini_serving.jpg);
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-top: 5px;
}


#footer	{
	height: 50px;
	width: 1000px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;

}

#dod {
	float: left;
	height: 30px;
	width: 175px;
	font-size: 60%;
	font-weight: 700;
	color: #000000;
	margin-top: 15px;
	margin-left: 20px;
}
