
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:0px auto;
	margin-top:20px;
	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 #mainBlank {
	width: 924px;
	background-color:#FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;	
	
	

}

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

}


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

}

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

}

.oneColFixCtrHdr #mainSpecials {
	width: 928px;
	background-image: url(images/BG_Specials.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 */
}
