@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 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 */
	color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #6DBDD4;
	background-position: center top;
}
#container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}
#header {
	height: 190px;


}
#nav {
	height: 40px;
	float: left;
	width: 600px;
	padding-left: 40px;
	padding-right: 70px;
	margin-top: 136px;
}
#rotatingimg {
	height: 170px;
	width: 230px;
	float: left;
	padding-top: 15px;
}


#mainContent {
	background: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	float: left;
	width: 930px;
}

#orderlink {
	padding-bottom: 10px;
}

#footer {
	background-image: url(../images/footerbg.jpg);
	height: 47px;
	width: 950px;
	float: left;
	clear: both;
	margin-bottom: 10px;
}
#mcleft {
	float: left;
	width: 700px;
}
#mcright {
	float: right;
	width: 220px;
}
#specials {
	height: 170px;
	background-image: url(../images/specialslinks.jpg);
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-left: 12px;
	text-align: center;
	padding-right: 22px;
}
#specials .numbers {
	color: #e31f21;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 7px;
}
#specials #datemore {
	color: #000;
	font-weight: bold;
	font-size: 11px;
}

#footer #footertestleft {
	width: 550px;
	float: left;
	padding-top: 15px;
	padding-left: 10px;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#soupofday {
	height: 42px;
	background-image: url(../images/soupofdaybg.jpg);
	padding-top: 43px;
	padding-right: 20px;
	padding-left: 10px;
	color: #333D3F;
	font-weight: bold;
	text-align: center;
}

#footer #footerlinks {
	font-weight: bold;
	color: #FFF;
	padding-top: 15px;
	float: right;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer2 {
	height: 47px;
	width: 950px;
	float: left;
	clear: both;
	text-align: center;
	font-weight: normal;
	color: #FFF;
}
#footer2 a {
	color: #FFF;
}

