
body {
	font:"Times New Roman", Times, serif; background-color:#e9e9e9;
	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;
}
.oneColFixCtrHdr #container {
	width: 928px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 685px;
	margin-top:20px; 
	margin: 20px auto;
	margin-bottom:4px;
	border: 0px ; 
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {

	width:928px;
	height:163px;
	
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: ; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}





.oneColFixCtrHdr #mainContent {
	width: 928px;
	background-image: url(images/Home_Main-Image.jpg); 
	
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */

}



.oneColFixCtrHdr #mainContentDirections {
	width: 928px;
	background-image: url(images/DirectionsMain-Image.jpg); 

}


.oneColFixCtrHdr #mainHours {
	width: 928px;
	background-image: url(images/BG_Hours.png); 
		

}

.oneColFixCtrHdr #mainSpecials {
	width: 928px;
	background-image: url(images/BG_Specials_m.png); 
	
}

@media (max-width: 992px) {

.oneColFixCtrHdr #mainSpecials {
background-image: url(images/BG_Specials_m.png); 

}

}

.oneColFixCtrHdr #mainLoading {
	width: 928px;
	background-image: url(images/BG_Loading.png); 
	
	
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */

}





.oneColFixCtrHdr #footer {
    
	background-image:url(images/Footer.png); /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 928px;
	height:26px;
}
.oneColFixCtrHdr #footer p {
	 /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: ; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}




body {
	font-family: "Book Antiqua", "Antiqua", Palatino, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

#footer {
	float: left;
	width: 928px;
}

#mainBlank3 {
	background-image:url(images/menu%20jpg/Brunch/Brunch%20bg-01.png);
	}

.underline {
	margin-top:-20px;
}