div#masthead {
		width: 1000px; height: 294px;
		background: url(images/masthead-bg.gif) no-repeat top left;
		/*margin: 2px 44px 0 43px;*/
		z-index: 2;
		position: relative;
	}
	
		div#masthead-inner {
			width: 1000px;
			height: 251px;
			overflow: hidden;
			position: relative;
		}
		
		div#masthead div.scrolling-content {
			width: 1000px;
			height: 251px;
			padding: 15px 0 15px 0;
			position: absolute;
		}
		
			div#masthead div.scrolling-content h3 {
				font-family: Helvetica, Arial, Verdana, Sans-Serif;
				font-size: 26px;
				font-weight: bold;
				color: #fff;
				line-height: 30px;
				letter-spacing: -2px;
				margin: 0 0 10px 0;
			}
			
			div#masthead div.scrolling-content p { font-size: 70%; padding: 0 0 10px 0; }
		
		div#masthead div#content1 {
			left: 0px; 
			top: 0px;
			width: 1024px;
			height: 251px;
			background: url(../_images/masthead-pic1.jpg) top right no-repeat;
		}
		
		div#masthead div#content2 {
			left: 1024px; 
			top: 0px;
			width: 1024px;
			height: 251px;
			background: url(../_images/masthead-pic2.jpg) top right no-repeat;
		}
		
		div#masthead div#content3 {
			left: 2048px; 
			top: 0px;
			width: 1024px;
			height: 251px;
			background: url(../_images/masthead-pic3.jpg) top right no-repeat;
		}
		
		div#masthead div#content4 {
			left: 3072px; 
			top: 0px;
			width: 1024px;
			height: 251px;
			background: url(../_images/masthead-pic4.jpg) top right no-repeat;
		}
		
		div#masthead div#content5 {
			left: 4096px; 
			top: 0px;
			width: 1024px;
			height: 251px;
			background: url(../_images/masthead-pic.jpg) top right no-repeat;
		}
		
		div#masthead div#fast {
			width: 430px;
			padding: 0 0 0 10px; /*added this*/		}
		
		div#masthead div#casual {
			width: 430px;
			padding: 0 0 0 10px; /*added this*/
		}
		
		div#masthead div#bars {
			width: 430px;
			padding: 0 0 0 10px; /*added this*/			
		}
		
		div#masthead div#dining {
			width: 430px;
			padding: 0 0 0 10px; /*added this*/			
		}
		
		div#masthead div#pizza {
			width: 430px;
			padding: 0 0 0 10px; /*added this*/			
		}
		
		div#masthead ul#buttons {
			width: 1000px; height: 43px;
			background: url(../_images/buttons-bg.gif) repeat-x top;
			clear: both;
		}
		
			div#masthead ul#buttons li {
				list-style: none;
				float: left;
			}
			
				div#masthead ul#buttons li a {
					width: 247px; 
					height: 43px;
					line-height: 43px;
					text-align: center;
					font-family: Helvetica, Arial, Verdana, Sans-Serif;
					font-size: 20px;
					font-weight: bold;
					color: #fff;
					text-decoration: none;
					border-right: 1px solid #f5b20a;
					float: left;
					outline: 0;
				}
				
				div#masthead ul#buttons li a#link4 { border: 0; }