@charset "UTF-8";
/* CSS Document */


body {
	background-image: url(images/bg.jpg);
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#wrapper {
/*margin: 0px;*/
}

#background_link {
	width: 230px;
	height: 100%;
	float: left;
	background-image: url(images/top_logo.png);
	background-repeat: no-repeat;
	margin-top: -50px;
	cursor: pointer;
}

#pdf_link {
	height: 60px;
	width: 170px;
	float: right;
	margin: 60px 60px 0px 0px;
}

#foreground_menu {
	width: 730px;
	float: right;
	margin: 40px 0px 0px 0px;
}

#catering_background_menu {
	background-image:url(images/catering_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	min-width: 960px;
	max-width: 1300px;
	height: 1080px;
	margin: 40px 0px 0px 0px;
}

#catering_foreground_header {
	background-image: url(images/catering_fg_header.png);
	width: 730px;
	height: 140px;
	float: left;
}

#catering_foreground_body {
	background-image: url(images/catering_fg_body.png);
	width: 590px;
	float: left;
	padding: 0px 70px 0px 70px;
	color: #341F00;
}

#catering_foreground_footer {
	background-image: url(images/catering_fg_footer.png);
	width: 670px;
	height: 100px;
	float: left;
	text-align: center;
	padding: 20px;
	color: #996600;
	font-size: 10px;
	line-height: 14px;
}

#catering_foreground_footer a:link, 
#catering_foreground_footer a:visited {
	color: #996600;
	font-weight: bold;
	text-decoration: none;
}

#catering_foreground_footer a:hover {
	color: #341F00;
}


#catering_foreground_body h1 {
	color: #a04b1f;
	font-size: 18px;
	margin: 3px 0px 3px 0px;
}



#restaurant_background_menu {
	background-image:url(images/restaurant_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	min-width: 960px;
	max-width: 1300px;
	height: 1080px;
	margin: 40px 0px 0px 0px;
}

#restaurant_foreground_header {
	background-image: url(images/restaurant_fg_header.png);
	width: 730px;
	height: 140px;
	float: left;
}

#restaurant_foreground_body {
	background-image: url(images/restaurant_fg_body.png);
	width: 590px;
	float: left;
	padding: 0px 70px 0px 70px;
	color: #341F00;
}

#restaurant_foreground_footer {
	background-image: url(images/restaurant_fg_footer.png);
	width: 670px;
	height: 100px;
	float: left;
	text-align: center;
	padding: 20px;
	color: #996600;
	font-size: 10px;
	line-height: 14px;
}

#restaurant_foreground_footer a:link, 
#restaurant_foreground_footer a:visited {
	color: #996600;
	font-weight: bold;
	text-decoration: none;
}

#restaurant_foreground_footer a:hover {
	color: #341F00;
}


#restaurant_foreground_body h1 {
	color: #6B0A0B;
	font-size: 18px;
	margin: 3px 0px 3px 0px;
}

#column_1 {
	width: 290px;
	height: 100%;
	float: left;
}

#column_2 {
	width: 290px;
	height: 100%;
	float: right;
}

#contact_info {
	width: 250px;
	height: 120px;
	position: absolute;
	top: 15px;
	left: 280px;
	font-size: 14px;
	line-height: 16px;
	color: #c3baa9;
}

#contact_info a:link, a:visited {
	color:#FFCC99;
	text-decoration: none;
	}

#contact_info a:hover {
	color: #FF9900;
	text-decoration: none;
	}

#mailing_address {
	width: 250px;
	height: 120px;
	position: absolute;
	top: 15px;
	left: 530px;
	font-size: 14px;
	line-height: 16px;
	color: #c3baa9;
}

#contact{
	width: 500px;
	height: 120px;
	position: absolute;
	top: 15px;
	left:800px;
	font-size: 14px;
	line-height: 16px;
	color: #c3baa9;
}

p {
margin: 3px 0px 3px 0px;
}