﻿body {

	background:url(../PublishingImages/siteart/body_back.jpg) repeat top center;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin-top: 0px;
	vertical-align:top;
	font-family: arial, helvetica, sans-serif;	
}

	


#header_container {
	background:url(../PublishingImages/siteart/top_back.jpg) no-repeat top center;
	margin:0 auto;
	height: 215px;
	vertical-align:top;
	width: 100%;
	min-width: 941px;

	
}


#sc_logo {
	text-align:center;
	margin: 0px auto;
	vertical-align:top;
	width: 941px; 
	padding-top: 50px;
}



#body_container  {
	background:url(../PublishingImages/siteart/middle_back.jpg) no-repeat top center;
	text-align:center;
	margin:0 auto;
	padding:0px;
	width: 100%;
	min-width: 941px;
	height: 527px;
}


#content_images a {
text-decoration:none;
border: 0px;

	 
}


#content {
	text-align:center;
	vertical-align:top;
	width: 941px;
	margin:0px auto;
	padding:0px;
	 
}

#content_images {
	text-align:center;
	vertical-align:top;
	margin:0px auto;
	padding:0px;
	 
}

.food_display {
	
	width: 941px;
	padding: 0px;
	
	margin: 0px;
	border: 0px;
}

#footer_container  {
	background:url(../PublishingImages/siteart/bottom_back.jpg) no-repeat top center;
	text-align:center;
	margin:0 auto;
	height: 331px;
	vertical-align:top;
	width: 100%;
	min-width: 941px;
}

#click {
	text-align:center;
	padding-top: 10px;
	vertical-align:top;
	width: 941px;
	color: #806f65;
	font-size: 11pt;
	margin: 0px auto;
}

#click a{
	color: #806f65;
	text-decoration: none;
	}



#copyright {
	text-align:center;
	vertical-align:top;
	width: 941px;
	color: #806f65;
	font-size: 8pt;
	margin: 0px auto;
	padding-top: 100px;
}


